Html Css Color HEX #AF8039 Alpine

📋 copy color: '#AF8039'

red 175 ◦ green 128 ◦ blue 57

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

Shades of Alpine #AF8039

Tints of Alpine #AF8039

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.56%

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

R = 48.61%
G = 35.56%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF8039 (or 0xAF8039) is known color: Alpine. HEX triplet: AF, 80 and 39. RGB value is (175,128,57). Sum of RGB (Red+Green+Blue) = 175+128+57=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8039 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8039 is #507FC6. Grayscale: #868686. Windows color (decimal): -5275591 or 3768495. OLE color: 3768495.

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

Color convert

RGB 175 128 57 -
CMYK 0 0.27 0.67 0.31
HSL 36.1º 0.51% 0.45% -
HSV(B) 36.1º 0.67% 0.69% -
XYZ 26.14 24.85 7.29 -
YUV 133.96 84.57 157.27 -
System Red Green Blue C M Y K H S L
Decimal 175 128 57 0 0.27 0.67 0.31 36.1 0.51 0.45
Hex AF 80 39 0 1B 43 1F 24 33 2D
Octal 257 200 71 0 33 103 37 44 63 55
Binary 10101111 10000000 111001 0 11011 1000011 11111 100100 110011 101101

Color Harmonies of #AF8039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8039

Black with #AF8039

Text Example


Text Example

White with #AF8039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8039; }

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

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

background-color css

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

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

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

border-color css

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

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

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