Html Css Color HEX #AF8833 Alpine

📋 copy color: '#AF8833'

red 175 ◦ green 136 ◦ blue 51

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

Shades of Alpine #AF8833

Tints of Alpine #AF8833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.09%

R = 48.34%
G = 37.57%
B = 14.09%

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

#AF8833 (or 0xAF8833) is known color: Alpine. HEX triplet: AF, 88 and 33. RGB value is (175,136,51). Sum of RGB (Red+Green+Blue) = 175+136+51=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8833 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8833 is #5077CC. Grayscale: #8A8A8A. Windows color (decimal): -5273549 or 3377327. OLE color: 3377327.

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

Color convert

RGB 175 136 51 -
CMYK 0 0.22 0.71 0.31
HSL 41.13º 0.55% 0.44% -
HSV(B) 41.13º 0.71% 0.69% -
XYZ 27.08 26.96 6.91 -
YUV 137.97 78.92 154.41 -
System Red Green Blue C M Y K H S L
Decimal 175 136 51 0 0.22 0.71 0.31 41.13 0.55 0.44
Hex AF 88 33 0 16 47 1F 29 37 2C
Octal 257 210 63 0 26 107 37 51 67 54
Binary 10101111 10001000 110011 0 10110 1000111 11111 101001 110111 101100

Color Harmonies of #AF8833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8833

Black with #AF8833

Text Example


Text Example

White with #AF8833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8833; }

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

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

background-color css

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

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

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

border-color css

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

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

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