Html Css Color HEX #AF8832 Alpine

📋 copy color: '#AF8832'

red 175 ◦ green 136 ◦ blue 50

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

Shades of Alpine #AF8832

Tints of Alpine #AF8832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

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

R = 48.48%
G = 37.67%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF8832 (or 0xAF8832) is known color: Alpine. HEX triplet: AF, 88 and 32. RGB value is (175,136,50). Sum of RGB (Red+Green+Blue) = 175+136+50=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8832 is #5077CD. Grayscale: #8A8A8A. Windows color (decimal): -5273550 or 3311791. OLE color: 3311791.

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

Color convert

RGB 175 136 50 -
CMYK 0 0.22 0.71 0.31
HSL 41.28º 0.56% 0.44% -
HSV(B) 41.28º 0.71% 0.69% -
XYZ 27.06 26.95 6.79 -
YUV 137.86 78.42 154.49 -
System Red Green Blue C M Y K H S L
Decimal 175 136 50 0 0.22 0.71 0.31 41.28 0.56 0.44
Hex AF 88 32 0 16 47 1F 29 38 2C
Octal 257 210 62 0 26 107 37 51 70 54
Binary 10101111 10001000 110010 0 10110 1000111 11111 101001 111000 101100

Color Harmonies of #AF8832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8832

Black with #AF8832

Text Example


Text Example

White with #AF8832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8832; }

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

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

background-color css

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

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

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

border-color css

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

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

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