Html Css Color HEX #AF8C3E Alpine

📋 copy color: '#AF8C3E'

red 175 ◦ green 140 ◦ blue 62

#AF8C3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alpine #AF8C3E

Tints of Alpine #AF8C3E

RGB

 RED value IS 175 (68.75% from 255) = 46.42%

 GREEN value IS 140 (55.08% from 255) = 37.14%

 BLUE value IS 62 (24.61% from 255) = 16.45%

R = 46.42%
G = 37.14%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.65

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF8C3E (or 0xAF8C3E) is known color: Alpine. HEX triplet: AF, 8C and 3E. RGB value is (175,140,62). Sum of RGB (Red+Green+Blue) = 175+140+62=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 62 (24.61% from 255 or 16.45% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C3E is #5073C1. Grayscale: #8D8D8D. Windows color (decimal): -5272514 or 4099247. OLE color: 4099247.

HSL color Cylindrical-coordinate representation of color #AF8C3E: hue angle of 41.42º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF8C3E is Cyan = 0, Magento = 0.2, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 140 62 -
CMYK 0 0.2 0.65 0.31
HSL 41.42º 0.48% 0.46% -
HSV(B) 41.42º 0.65% 0.69% -
XYZ 27.93 28.22 8.53 -
YUV 141.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 175 140 62 0 0.2 0.65 0.31 41.42 0.48 0.46
Hex AF 8C 3E 0 14 41 1F 29 30 2E
Octal 257 214 76 0 24 101 37 51 60 56
Binary 10101111 10001100 111110 0 10100 1000001 11111 101001 110000 101110

Color Harmonies of #AF8C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C3E

Black with #AF8C3E

Text Example


Text Example

White with #AF8C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C3E; }

 p { color: rgb(175,140,62); }

 H1.HeaderClassName
 {
   color: #AF8C3E;
 }
 .AnyTagClassName
 {
   color: #AF8C3E;
 }
</style>

background-color css

<style>
 a { background-color: #AF8C3E; }

 a { background-color: rgb(175,140,62); }

 div.DivClassName
 {
   background-color: #AF8C3E;
 }
 .BgClassName
 {
   background-color: #AF8C3E;
 }
</style>

border-color css

<style>
 span { border-color: #AF8C3E; }

 span { border-color: rgb(175,140,62); }

 td.TdClassName
 {
   border-color: #AF8C3E;
 }
 .TagClassName
 {
   border-color: #AF8C3E;
 }
</style>