Html Css Color HEX #AF8432 Alpine

📋 copy color: '#AF8432'

red 175 ◦ green 132 ◦ blue 50

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

Shades of Alpine #AF8432

Tints of Alpine #AF8432

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.97%

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

R = 49.02%
G = 36.97%
B = 14.01%

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

#AF8432 (or 0xAF8432) is known color: Alpine. HEX triplet: AF, 84 and 32. RGB value is (175,132,50). Sum of RGB (Red+Green+Blue) = 175+132+50=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 50 (19.92% from 255 or 14.01% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8432 is #507BCD. Grayscale: #878787. Windows color (decimal): -5274574 or 3310767. OLE color: 3310767.

HSL color Cylindrical-coordinate representation of color #AF8432: hue angle of 39.36º 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 #AF8432 is Cyan = 0, Magento = 0.25, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 50 -
CMYK 0 0.25 0.71 0.31
HSL 39.36º 0.56% 0.44% -
HSV(B) 39.36º 0.71% 0.69% -
XYZ 26.51 25.85 6.61 -
YUV 135.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 175 132 50 0 0.25 0.71 0.31 39.36 0.56 0.44
Hex AF 84 32 0 19 47 1F 27 38 2C
Octal 257 204 62 0 31 107 37 47 70 54
Binary 10101111 10000100 110010 0 11001 1000111 11111 100111 111000 101100

Color Harmonies of #AF8432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8432

Black with #AF8432

Text Example


Text Example

White with #AF8432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8432; }

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

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

background-color css

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

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

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

border-color css

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

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

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