Html Css Color HEX #AF8C39 Alpine

📋 copy color: '#AF8C39'

red 175 ◦ green 140 ◦ blue 57

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

Shades of Alpine #AF8C39

Tints of Alpine #AF8C39

RGB

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

 GREEN value IS 140 (55.08% from 255) = 37.63%

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

R = 47.04%
G = 37.63%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF8C39 (or 0xAF8C39) is known color: Alpine. HEX triplet: AF, 8C and 39. RGB value is (175,140,57). Sum of RGB (Red+Green+Blue) = 175+140+57=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C39 is #5073C6. Grayscale: #8D8D8D. Windows color (decimal): -5272519 or 3771567. OLE color: 3771567.

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

Color convert

RGB 175 140 57 -
CMYK 0 0.2 0.67 0.31
HSL 42.2º 0.51% 0.45% -
HSV(B) 42.2º 0.67% 0.69% -
XYZ 27.8 28.17 7.84 -
YUV 141 80.6 152.25 -
System Red Green Blue C M Y K H S L
Decimal 175 140 57 0 0.2 0.67 0.31 42.2 0.51 0.45
Hex AF 8C 39 0 14 43 1F 2A 33 2D
Octal 257 214 71 0 24 103 37 52 63 55
Binary 10101111 10001100 111001 0 10100 1000011 11111 101010 110011 101101

Color Harmonies of #AF8C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C39

Black with #AF8C39

Text Example


Text Example

White with #AF8C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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