Html Css Color HEX #AF8237 Alpine

📋 copy color: '#AF8237'

red 175 ◦ green 130 ◦ blue 55

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

Shades of Alpine #AF8237

Tints of Alpine #AF8237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 15.28%

R = 48.61%
G = 36.11%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF8237 (or 0xAF8237) is known color: Alpine. HEX triplet: AF, 82 and 37. RGB value is (175,130,55). Sum of RGB (Red+Green+Blue) = 175+130+55=360 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.61% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 55 (21.88% from 255 or 15.28% from 360); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8237 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8237 is #507DC8. Grayscale: #878787. Windows color (decimal): -5275081 or 3637935. OLE color: 3637935.

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

Color convert

RGB 175 130 55 -
CMYK 0 0.26 0.69 0.31
HSL 37.5º 0.52% 0.45% -
HSV(B) 37.5º 0.69% 0.69% -
XYZ 26.35 25.36 7.12 -
YUV 134.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 175 130 55 0 0.26 0.69 0.31 37.5 0.52 0.45
Hex AF 82 37 0 1A 45 1F 26 34 2D
Octal 257 202 67 0 32 105 37 46 64 55
Binary 10101111 10000010 110111 0 11010 1000101 11111 100110 110100 101101

Color Harmonies of #AF8237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8237

Black with #AF8237

Text Example


Text Example

White with #AF8237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8237; }

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

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

background-color css

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

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

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

border-color css

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

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

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