Html Css Color HEX #AF8A37 Alpine

📋 copy color: '#AF8A37'

red 175 ◦ green 138 ◦ blue 55

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

Shades of Alpine #AF8A37

Tints of Alpine #AF8A37

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

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

R = 47.55%
G = 37.5%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#AF8A37 (or 0xAF8A37) is known color: Alpine. HEX triplet: AF, 8A and 37. RGB value is (175,138,55). Sum of RGB (Red+Green+Blue) = 175+138+55=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 55 (21.88% from 255 or 14.95% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A37 is #5075C8. Grayscale: #8B8B8B. Windows color (decimal): -5273033 or 3639983. OLE color: 3639983.

HSL color Cylindrical-coordinate representation of color #AF8A37: hue angle of 41.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 #AF8A37 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 138 55 -
CMYK 0 0.21 0.69 0.31
HSL 41.5º 0.52% 0.45% -
HSV(B) 41.5º 0.69% 0.69% -
XYZ 27.46 27.57 7.49 -
YUV 139.6 80.26 153.25 -
System Red Green Blue C M Y K H S L
Decimal 175 138 55 0 0.21 0.69 0.31 41.5 0.52 0.45
Hex AF 8A 37 0 15 45 1F 2A 34 2D
Octal 257 212 67 0 25 105 37 52 64 55
Binary 10101111 10001010 110111 0 10101 1000101 11111 101010 110100 101101

Color Harmonies of #AF8A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A37

Black with #AF8A37

Text Example


Text Example

White with #AF8A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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