Html Css Color HEX #AF8431 Alpine

📋 copy color: '#AF8431'

red 175 ◦ green 132 ◦ blue 49

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

Shades of Alpine #AF8431

Tints of Alpine #AF8431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.76%

R = 49.16%
G = 37.08%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#AF8431 (or 0xAF8431) is known color: Alpine. HEX triplet: AF, 84 and 31. RGB value is (175,132,49). Sum of RGB (Red+Green+Blue) = 175+132+49=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8431 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8431 is #507BCE. Grayscale: #878787. Windows color (decimal): -5274575 or 3245231. OLE color: 3245231.

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

Color convert

RGB 175 132 49 -
CMYK 0 0.25 0.72 0.31
HSL 39.52º 0.56% 0.44% -
HSV(B) 39.52º 0.72% 0.69% -
XYZ 26.48 25.84 6.5 -
YUV 135.4 79.25 156.25 -
System Red Green Blue C M Y K H S L
Decimal 175 132 49 0 0.25 0.72 0.31 39.52 0.56 0.44
Hex AF 84 31 0 19 48 1F 28 38 2C
Octal 257 204 61 0 31 110 37 50 70 54
Binary 10101111 10000100 110001 0 11001 1001000 11111 101000 111000 101100

Color Harmonies of #AF8431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8431

Black with #AF8431

Text Example


Text Example

White with #AF8431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8431; }

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

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

background-color css

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

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

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

border-color css

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

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

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