Html Css Color HEX #AF8C35 Alpine

📋 copy color: '#AF8C35'

red 175 ◦ green 140 ◦ blue 53

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

Shades of Alpine #AF8C35

Tints of Alpine #AF8C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.4%

R = 47.55%
G = 38.04%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF8C35 (or 0xAF8C35) is known color: Alpine. HEX triplet: AF, 8C and 35. RGB value is (175,140,53). Sum of RGB (Red+Green+Blue) = 175+140+53=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8C35 is #5073CA. Grayscale: #8C8C8C. Windows color (decimal): -5272523 or 3509423. OLE color: 3509423.

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

Color convert

RGB 175 140 53 -
CMYK 0 0.2 0.70 0.31
HSL 42.79º 0.54% 0.45% -
HSV(B) 42.79º 0.7% 0.69% -
XYZ 27.7 28.13 7.34 -
YUV 140.55 78.6 152.57 -
System Red Green Blue C M Y K H S L
Decimal 175 140 53 0 0.2 0.70 0.31 42.79 0.54 0.45
Hex AF 8C 35 0 14 46 1F 2B 36 2D
Octal 257 214 65 0 24 106 37 53 66 55
Binary 10101111 10001100 110101 0 10100 1000110 11111 101011 110110 101101

Color Harmonies of #AF8C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C35

Black with #AF8C35

Text Example


Text Example

White with #AF8C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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