Html Css Color HEX #AF8435 Alpine

📋 copy color: '#AF8435'

red 175 ◦ green 132 ◦ blue 53

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

Shades of Alpine #AF8435

Tints of Alpine #AF8435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.67%

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

R = 48.61%
G = 36.67%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF8435 (or 0xAF8435) is known color: Alpine. HEX triplet: AF, 84 and 35. RGB value is (175,132,53). Sum of RGB (Red+Green+Blue) = 175+132+53=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 53 (21.09% from 255 or 14.72% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8435 is #507BCA. Grayscale: #888888. Windows color (decimal): -5274571 or 3507375. OLE color: 3507375.

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

Color convert

RGB 175 132 53 -
CMYK 0 0.25 0.70 0.31
HSL 38.85º 0.54% 0.45% -
HSV(B) 38.85º 0.7% 0.69% -
XYZ 26.57 25.87 6.96 -
YUV 135.85 81.25 155.92 -
System Red Green Blue C M Y K H S L
Decimal 175 132 53 0 0.25 0.70 0.31 38.85 0.54 0.45
Hex AF 84 35 0 19 46 1F 27 36 2D
Octal 257 204 65 0 31 106 37 47 66 55
Binary 10101111 10000100 110101 0 11001 1000110 11111 100111 110110 101101

Color Harmonies of #AF8435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8435

Black with #AF8435

Text Example


Text Example

White with #AF8435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8435; }

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

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

background-color css

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

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

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

border-color css

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

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

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