Html Css Color HEX #A45610 Golden Brown

📋 copy color: '#A45610'

red 164 ◦ green 86 ◦ blue 16

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

Shades of Golden Brown #A45610

Tints of Golden Brown #A45610

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.33%

 BLUE value IS 16 (6.64% from 255) = 6.02%

R = 61.65%
G = 32.33%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A45610 (or 0xA45610) is known color: Golden Brown. HEX triplet: A4, 56 and 10. RGB value is (164,86,16). Sum of RGB (Red+Green+Blue) = 164+86+16=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A45610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45610 is #5BA9EF. Grayscale: #656565. Windows color (decimal): -6007280 or 1070756. OLE color: 1070756.

HSL color Cylindrical-coordinate representation of color #A45610: hue angle of 28.38º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A45610 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 86 16 -
CMYK 0 0.48 0.90 0.36
HSL 28.38º 0.82% 0.35% -
HSV(B) 28.38º 0.9% 0.64% -
XYZ 18.73 14.59 2.32 -
YUV 101.34 79.84 172.69 -
System Red Green Blue C M Y K H S L
Decimal 164 86 16 0 0.48 0.90 0.36 28.38 0.82 0.35
Hex A4 56 10 0 30 5A 24 1C 52 23
Octal 244 126 20 0 60 132 44 34 122 43
Binary 10100100 1010110 10000 0 110000 1011010 100100 11100 1010010 100011

Color Harmonies of #A45610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45610

Black with #A45610

Text Example


Text Example

White with #A45610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45610; }

 p { color: rgb(164,86,16); }

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

background-color css

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

 a { background-color: rgb(164,86,16); }

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

border-color css

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

 span { border-color: rgb(164,86,16); }

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