Html Css Color HEX #AF8339 Alpine

📋 copy color: '#AF8339'

red 175 ◦ green 131 ◦ blue 57

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

Shades of Alpine #AF8339

Tints of Alpine #AF8339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.7%

R = 48.21%
G = 36.09%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF8339 (or 0xAF8339) is known color: Alpine. HEX triplet: AF, 83 and 39. RGB value is (175,131,57). Sum of RGB (Red+Green+Blue) = 175+131+57=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 131 (51.56% from 255 or 36.09% from 363); Blue value is 57 (22.66% from 255 or 15.70% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8339 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8339 is #507CC6. Grayscale: #888888. Windows color (decimal): -5274823 or 3769263. OLE color: 3769263.

HSL color Cylindrical-coordinate representation of color #AF8339: hue angle of 37.63º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF8339 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 131 57 -
CMYK 0 0.25 0.67 0.31
HSL 37.63º 0.51% 0.45% -
HSV(B) 37.63º 0.67% 0.69% -
XYZ 26.53 25.64 7.42 -
YUV 135.72 83.58 156.02 -
System Red Green Blue C M Y K H S L
Decimal 175 131 57 0 0.25 0.67 0.31 37.63 0.51 0.45
Hex AF 83 39 0 19 43 1F 26 33 2D
Octal 257 203 71 0 31 103 37 46 63 55
Binary 10101111 10000011 111001 0 11001 1000011 11111 100110 110011 101101

Color Harmonies of #AF8339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8339

Black with #AF8339

Text Example


Text Example

White with #AF8339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8339; }

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

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

background-color css

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

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

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

border-color css

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

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

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