Html Css Color HEX #AF8532 Alpine

📋 copy color: '#AF8532'

red 175 ◦ green 133 ◦ blue 50

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

Shades of Alpine #AF8532

Tints of Alpine #AF8532

RGB

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

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

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

R = 48.88%
G = 37.15%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF8532 (or 0xAF8532) is known color: Alpine. HEX triplet: AF, 85 and 32. RGB value is (175,133,50). Sum of RGB (Red+Green+Blue) = 175+133+50=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8532 is #507ACD. Grayscale: #888888. Windows color (decimal): -5274318 or 3311023. OLE color: 3311023.

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

Color convert

RGB 175 133 50 -
CMYK 0 0.24 0.71 0.31
HSL 39.84º 0.56% 0.44% -
HSV(B) 39.84º 0.71% 0.69% -
XYZ 26.64 26.12 6.65 -
YUV 136.1 79.41 155.75 -
System Red Green Blue C M Y K H S L
Decimal 175 133 50 0 0.24 0.71 0.31 39.84 0.56 0.44
Hex AF 85 32 0 18 47 1F 28 38 2C
Octal 257 205 62 0 30 107 37 50 70 54
Binary 10101111 10000101 110010 0 11000 1000111 11111 101000 111000 101100

Color Harmonies of #AF8532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8532

Black with #AF8532

Text Example


Text Example

White with #AF8532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8532; }

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

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

background-color css

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

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

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

border-color css

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

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

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