Html Css Color HEX #AF8732 Alpine

📋 copy color: '#AF8732'

red 175 ◦ green 135 ◦ blue 50

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

Shades of Alpine #AF8732

Tints of Alpine #AF8732

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.5%

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

R = 48.61%
G = 37.5%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF8732 (or 0xAF8732) is known color: Alpine. HEX triplet: AF, 87 and 32. RGB value is (175,135,50). Sum of RGB (Red+Green+Blue) = 175+135+50=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8732 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8732 is #5078CD. Grayscale: #898989. Windows color (decimal): -5273806 or 3311535. OLE color: 3311535.

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

Color convert

RGB 175 135 50 -
CMYK 0 0.23 0.71 0.31
HSL 40.8º 0.56% 0.44% -
HSV(B) 40.8º 0.71% 0.69% -
XYZ 26.92 26.67 6.75 -
YUV 137.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 175 135 50 0 0.23 0.71 0.31 40.8 0.56 0.44
Hex AF 87 32 0 17 47 1F 29 38 2C
Octal 257 207 62 0 27 107 37 51 70 54
Binary 10101111 10000111 110010 0 10111 1000111 11111 101001 111000 101100

Color Harmonies of #AF8732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8732

Black with #AF8732

Text Example


Text Example

White with #AF8732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8732; }

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

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

background-color css

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

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

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

border-color css

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

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

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