Html Css Color HEX #AF8235 Alpine

📋 copy color: '#AF8235'

red 175 ◦ green 130 ◦ blue 53

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

Shades of Alpine #AF8235

Tints of Alpine #AF8235

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.31%

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

R = 48.88%
G = 36.31%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#AF8235 (or 0xAF8235) is known color: Alpine. HEX triplet: AF, 82 and 35. RGB value is (175,130,53). Sum of RGB (Red+Green+Blue) = 175+130+53=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 53 (21.09% from 255 or 14.80% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8235 is #507DCA. Grayscale: #878787. Windows color (decimal): -5275083 or 3506863. OLE color: 3506863.

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

Color convert

RGB 175 130 53 -
CMYK 0 0.26 0.70 0.31
HSL 37.87º 0.54% 0.45% -
HSV(B) 37.87º 0.7% 0.69% -
XYZ 26.3 25.34 6.87 -
YUV 134.68 81.91 156.76 -
System Red Green Blue C M Y K H S L
Decimal 175 130 53 0 0.26 0.70 0.31 37.87 0.54 0.45
Hex AF 82 35 0 1A 46 1F 26 36 2D
Octal 257 202 65 0 32 106 37 46 66 55
Binary 10101111 10000010 110101 0 11010 1000110 11111 100110 110110 101101

Color Harmonies of #AF8235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8235

Black with #AF8235

Text Example


Text Example

White with #AF8235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8235; }

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

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

background-color css

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

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

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

border-color css

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

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

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