Html Css Color HEX #AF8332 Alpine

📋 copy color: '#AF8332'

red 175 ◦ green 131 ◦ blue 50

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

Shades of Alpine #AF8332

Tints of Alpine #AF8332

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 49.16%
G = 36.8%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF8332 (or 0xAF8332) is known color: Alpine. HEX triplet: AF, 83 and 32. RGB value is (175,131,50). Sum of RGB (Red+Green+Blue) = 175+131+50=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8332 is #507CCD. Grayscale: #878787. Windows color (decimal): -5274830 or 3310511. OLE color: 3310511.

HSL color Cylindrical-coordinate representation of color #AF8332: hue angle of 38.88º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF8332 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 131 50 -
CMYK 0 0.25 0.71 0.31
HSL 38.88º 0.56% 0.44% -
HSV(B) 38.88º 0.71% 0.69% -
XYZ 26.37 25.58 6.56 -
YUV 134.92 80.08 156.59 -
System Red Green Blue C M Y K H S L
Decimal 175 131 50 0 0.25 0.71 0.31 38.88 0.56 0.44
Hex AF 83 32 0 19 47 1F 27 38 2C
Octal 257 203 62 0 31 107 37 47 70 54
Binary 10101111 10000011 110010 0 11001 1000111 11111 100111 111000 101100

Color Harmonies of #AF8332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8332

Black with #AF8332

Text Example


Text Example

White with #AF8332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8332; }

 p { color: rgb(175,131,50); }

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

background-color css

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

 a { background-color: rgb(175,131,50); }

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

border-color css

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

 span { border-color: rgb(175,131,50); }

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