Html Css Color HEX #AF8C3F Alpine

📋 copy color: '#AF8C3F'

red 175 ◦ green 140 ◦ blue 63

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

Shades of Alpine #AF8C3F

Tints of Alpine #AF8C3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.67%

R = 46.3%
G = 37.04%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF8C3F (or 0xAF8C3F) is known color: Alpine. HEX triplet: AF, 8C and 3F. RGB value is (175,140,63). Sum of RGB (Red+Green+Blue) = 175+140+63=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 63 (25% from 255 or 16.67% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C3F is #5073C0. Grayscale: #8E8E8E. Windows color (decimal): -5272513 or 4164783. OLE color: 4164783.

HSL color Cylindrical-coordinate representation of color #AF8C3F: hue angle of 41.25º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF8C3F is Cyan = 0, Magento = 0.2, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 140 63 -
CMYK 0 0.2 0.64 0.31
HSL 41.25º 0.47% 0.47% -
HSV(B) 41.25º 0.64% 0.69% -
XYZ 27.95 28.23 8.68 -
YUV 141.69 83.6 151.76 -
System Red Green Blue C M Y K H S L
Decimal 175 140 63 0 0.2 0.64 0.31 41.25 0.47 0.47
Hex AF 8C 3F 0 14 40 1F 29 2F 2F
Octal 257 214 77 0 24 100 37 51 57 57
Binary 10101111 10001100 111111 0 10100 1000000 11111 101001 101111 101111

Color Harmonies of #AF8C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C3F

Black with #AF8C3F

Text Example


Text Example

White with #AF8C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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