Html Css Color HEX #AF8B3C Alpine

📋 copy color: '#AF8B3C'

red 175 ◦ green 139 ◦ blue 60

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

Shades of Alpine #AF8B3C

Tints of Alpine #AF8B3C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.17%

 BLUE value IS 60 (23.83% from 255) = 16.04%

R = 46.79%
G = 37.17%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF8B3C (or 0xAF8B3C) is known color: Alpine. HEX triplet: AF, 8B and 3C. RGB value is (175,139,60). Sum of RGB (Red+Green+Blue) = 175+139+60=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8B3C is #5074C3. Grayscale: #8D8D8D. Windows color (decimal): -5272772 or 3967919. OLE color: 3967919.

HSL color Cylindrical-coordinate representation of color #AF8B3C: hue angle of 41.22º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF8B3C is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 139 60 -
CMYK 0 0.21 0.66 0.31
HSL 41.22º 0.49% 0.46% -
HSV(B) 41.22º 0.66% 0.69% -
XYZ 27.73 27.91 8.2 -
YUV 140.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 175 139 60 0 0.21 0.66 0.31 41.22 0.49 0.46
Hex AF 8B 3C 0 15 42 1F 29 31 2E
Octal 257 213 74 0 25 102 37 51 61 56
Binary 10101111 10001011 111100 0 10101 1000010 11111 101001 110001 101110

Color Harmonies of #AF8B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8B3C

Black with #AF8B3C

Text Example


Text Example

White with #AF8B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8B3C; }

 p { color: rgb(175,139,60); }

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

background-color css

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

 a { background-color: rgb(175,139,60); }

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

border-color css

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

 span { border-color: rgb(175,139,60); }

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