Html Css Color HEX #AF8535 Alpine

📋 copy color: '#AF8535'

red 175 ◦ green 133 ◦ blue 53

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

Shades of Alpine #AF8535

Tints of Alpine #AF8535

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.84%

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

R = 48.48%
G = 36.84%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF8535 (or 0xAF8535) is known color: Alpine. HEX triplet: AF, 85 and 35. RGB value is (175,133,53). Sum of RGB (Red+Green+Blue) = 175+133+53=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 53 (21.09% from 255 or 14.68% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8535 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8535 is #507ACA. Grayscale: #888888. Windows color (decimal): -5274315 or 3507631. OLE color: 3507631.

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

Color convert

RGB 175 133 53 -
CMYK 0 0.24 0.70 0.31
HSL 39.34º 0.54% 0.45% -
HSV(B) 39.34º 0.7% 0.69% -
XYZ 26.71 26.15 7.01 -
YUV 136.44 80.91 155.5 -
System Red Green Blue C M Y K H S L
Decimal 175 133 53 0 0.24 0.70 0.31 39.34 0.54 0.45
Hex AF 85 35 0 18 46 1F 27 36 2D
Octal 257 205 65 0 30 106 37 47 66 55
Binary 10101111 10000101 110101 0 11000 1000110 11111 100111 110110 101101

Color Harmonies of #AF8535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8535

Black with #AF8535

Text Example


Text Example

White with #AF8535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8535; }

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

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

background-color css

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

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

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

border-color css

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

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

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