Html Css Color HEX #A8813E Alpine

📋 copy color: '#A8813E'

red 168 ◦ green 129 ◦ blue 62

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

Shades of Alpine #A8813E

Tints of Alpine #A8813E

RGB

 RED value IS 168 (66.02% from 255) = 46.8%

 GREEN value IS 129 (50.78% from 255) = 35.93%

 BLUE value IS 62 (24.61% from 255) = 17.27%

R = 46.8%
G = 35.93%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8813E (or 0xA8813E) is known color: Alpine. HEX triplet: A8, 81 and 3E. RGB value is (168,129,62). Sum of RGB (Red+Green+Blue) = 168+129+62=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A8813E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8813E is #577EC1. Grayscale: #858585. Windows color (decimal): -5734082 or 4096424. OLE color: 4096424.

HSL color Cylindrical-coordinate representation of color #A8813E: hue angle of 37.92º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A8813E is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 129 62 -
CMYK 0 0.23 0.63 0.34
HSL 37.92º 0.46% 0.45% -
HSV(B) 37.92º 0.63% 0.66% -
XYZ 24.87 24.37 7.95 -
YUV 133.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 168 129 62 0 0.23 0.63 0.34 37.92 0.46 0.45
Hex A8 81 3E 0 17 3F 22 26 2E 2D
Octal 250 201 76 0 27 77 42 46 56 55
Binary 10101000 10000001 111110 0 10111 111111 100010 100110 101110 101101

Color Harmonies of #A8813E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8813E

Black with #A8813E

Text Example


Text Example

White with #A8813E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8813E; }

 p { color: rgb(168,129,62); }

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

background-color css

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

 a { background-color: rgb(168,129,62); }

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

border-color css

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

 span { border-color: rgb(168,129,62); }

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