Html Css Color HEX #A45812 Golden Brown

📋 copy color: '#A45812'

red 164 ◦ green 88 ◦ blue 18

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

Shades of Golden Brown #A45812

Tints of Golden Brown #A45812

RGB

 RED value IS 164 (64.45% from 255) = 60.74%

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

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

R = 60.74%
G = 32.59%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A45812 (or 0xA45812) is known color: Golden Brown. HEX triplet: A4, 58 and 12. RGB value is (164,88,18). Sum of RGB (Red+Green+Blue) = 164+88+18=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A45812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45812 is #5BA7ED. Grayscale: #676767. Windows color (decimal): -6006766 or 1202340. OLE color: 1202340.

HSL color Cylindrical-coordinate representation of color #A45812: hue angle of 28.77º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A45812 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 88 18 -
CMYK 0 0.46 0.89 0.36
HSL 28.77º 0.8% 0.36% -
HSV(B) 28.77º 0.89% 0.64% -
XYZ 18.91 14.92 2.45 -
YUV 102.74 80.18 171.69 -
System Red Green Blue C M Y K H S L
Decimal 164 88 18 0 0.46 0.89 0.36 28.77 0.8 0.36
Hex A4 58 12 0 2E 59 24 1D 50 24
Octal 244 130 22 0 56 131 44 35 120 44
Binary 10100100 1011000 10010 0 101110 1011001 100100 11101 1010000 100100

Color Harmonies of #A45812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45812

Black with #A45812

Text Example


Text Example

White with #A45812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45812; }

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

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

background-color css

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

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

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

border-color css

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

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

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