Html Css Color HEX #A8813F Alpine

📋 copy color: '#A8813F'

red 168 ◦ green 129 ◦ blue 63

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

Shades of Alpine #A8813F

Tints of Alpine #A8813F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.5%

R = 46.67%
G = 35.83%
B = 17.5%

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

#A8813F (or 0xA8813F) is known color: Alpine. HEX triplet: A8, 81 and 3F. RGB value is (168,129,63). Sum of RGB (Red+Green+Blue) = 168+129+63=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8813F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8813F is #577EC0. Grayscale: #858585. Windows color (decimal): -5734081 or 4161960. OLE color: 4161960.

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

Color convert

RGB 168 129 63 -
CMYK 0 0.23 0.63 0.34
HSL 37.71º 0.45% 0.45% -
HSV(B) 37.71º 0.63% 0.66% -
XYZ 24.9 24.38 8.1 -
YUV 133.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 168 129 63 0 0.23 0.63 0.34 37.71 0.45 0.45
Hex A8 81 3F 0 17 3F 22 26 2D 2D
Octal 250 201 77 0 27 77 42 46 55 55
Binary 10101000 10000001 111111 0 10111 111111 100010 100110 101101 101101

Color Harmonies of #A8813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8813F

Black with #A8813F

Text Example


Text Example

White with #A8813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8813F; }

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

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

background-color css

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

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

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

border-color css

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

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

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