Html Css Color HEX #A85812 Golden Brown

📋 copy color: '#A85812'

red 168 ◦ green 88 ◦ blue 18

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

Shades of Golden Brown #A85812

Tints of Golden Brown #A85812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.12%

 BLUE value IS 18 (7.42% from 255) = 6.57%

R = 61.31%
G = 32.12%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A85812 (or 0xA85812) is known color: Golden Brown. HEX triplet: A8, 58 and 12. RGB value is (168,88,18). Sum of RGB (Red+Green+Blue) = 168+88+18=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A85812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85812 is #57A7ED. Grayscale: #686868. Windows color (decimal): -5744622 or 1202344. OLE color: 1202344.

HSL color Cylindrical-coordinate representation of color #A85812: hue angle of 28º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A85812 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 88 18 -
CMYK 0 0.48 0.89 0.34
HSL 28º 0.81% 0.36% -
HSV(B) 28º 0.89% 0.66% -
XYZ 19.75 15.35 2.49 -
YUV 103.94 79.5 173.69 -
System Red Green Blue C M Y K H S L
Decimal 168 88 18 0 0.48 0.89 0.34 28 0.81 0.36
Hex A8 58 12 0 30 59 22 1C 51 24
Octal 250 130 22 0 60 131 42 34 121 44
Binary 10101000 1011000 10010 0 110000 1011001 100010 11100 1010001 100100

Color Harmonies of #A85812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85812

Black with #A85812

Text Example


Text Example

White with #A85812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85812; }

 p { color: rgb(168,88,18); }

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

background-color css

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

 a { background-color: rgb(168,88,18); }

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

border-color css

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

 span { border-color: rgb(168,88,18); }

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