Html Css Color HEX #AF8333 Alpine

📋 copy color: '#AF8333'

red 175 ◦ green 131 ◦ blue 51

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

Shades of Alpine #AF8333

Tints of Alpine #AF8333

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.69%

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

R = 49.02%
G = 36.69%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#AF8333 (or 0xAF8333) is known color: Alpine. HEX triplet: AF, 83 and 33. RGB value is (175,131,51). Sum of RGB (Red+Green+Blue) = 175+131+51=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8333 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8333 is #507CCC. Grayscale: #878787. Windows color (decimal): -5274829 or 3376047. OLE color: 3376047.

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

Color convert

RGB 175 131 51 -
CMYK 0 0.25 0.71 0.31
HSL 38.71º 0.55% 0.44% -
HSV(B) 38.71º 0.71% 0.69% -
XYZ 26.39 25.59 6.68 -
YUV 135.04 80.58 156.5 -
System Red Green Blue C M Y K H S L
Decimal 175 131 51 0 0.25 0.71 0.31 38.71 0.55 0.44
Hex AF 83 33 0 19 47 1F 27 37 2C
Octal 257 203 63 0 31 107 37 47 67 54
Binary 10101111 10000011 110011 0 11001 1000111 11111 100111 110111 101100

Color Harmonies of #AF8333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8333

Black with #AF8333

Text Example


Text Example

White with #AF8333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8333; }

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

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

background-color css

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

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

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

border-color css

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

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

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