Html Css Color HEX #AF8542 Alpine

📋 copy color: '#AF8542'

red 175 ◦ green 133 ◦ blue 66

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

Shades of Alpine #AF8542

Tints of Alpine #AF8542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

 BLUE value IS 66 (26.17% from 255) = 17.65%

R = 46.79%
G = 35.56%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#AF8542 (or 0xAF8542) is known color: Alpine. HEX triplet: AF, 85 and 42. RGB value is (175,133,66). Sum of RGB (Red+Green+Blue) = 175+133+66=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8542 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8542 is #507ABD. Grayscale: #8A8A8A. Windows color (decimal): -5274302 or 4359599. OLE color: 4359599.

HSL color Cylindrical-coordinate representation of color #AF8542: hue angle of 36.88º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF8542 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 66 -
CMYK 0 0.24 0.62 0.31
HSL 36.88º 0.45% 0.47% -
HSV(B) 36.88º 0.62% 0.69% -
XYZ 27.05 26.28 8.8 -
YUV 137.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 175 133 66 0 0.24 0.62 0.31 36.88 0.45 0.47
Hex AF 85 42 0 18 3E 1F 25 2D 2F
Octal 257 205 102 0 30 76 37 45 55 57
Binary 10101111 10000101 1000010 0 11000 111110 11111 100101 101101 101111

Color Harmonies of #AF8542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8542

Black with #AF8542

Text Example


Text Example

White with #AF8542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8542; }

 p { color: rgb(175,133,66); }

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

background-color css

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

 a { background-color: rgb(175,133,66); }

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

border-color css

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

 span { border-color: rgb(175,133,66); }

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