Html Css Color HEX #A45B10 Golden Brown

📋 copy color: '#A45B10'

red 164 ◦ green 91 ◦ blue 16

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

Shades of Golden Brown #A45B10

Tints of Golden Brown #A45B10

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.58%

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

R = 60.52%
G = 33.58%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A45B10 (or 0xA45B10) is known color: Golden Brown. HEX triplet: A4, 5B and 10. RGB value is (164,91,16). Sum of RGB (Red+Green+Blue) = 164+91+16=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45B10 is #5BA4EF. Grayscale: #686868. Windows color (decimal): -6006000 or 1072036. OLE color: 1072036.

HSL color Cylindrical-coordinate representation of color #A45B10: hue angle of 30.41º 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 #A45B10 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 91 16 -
CMYK 0 0.45 0.90 0.36
HSL 30.41º 0.82% 0.35% -
HSV(B) 30.41º 0.9% 0.64% -
XYZ 19.14 15.41 2.46 -
YUV 104.28 78.18 170.6 -
System Red Green Blue C M Y K H S L
Decimal 164 91 16 0 0.45 0.90 0.36 30.41 0.82 0.35
Hex A4 5B 10 0 2D 5A 24 1E 52 23
Octal 244 133 20 0 55 132 44 36 122 43
Binary 10100100 1011011 10000 0 101101 1011010 100100 11110 1010010 100011

Color Harmonies of #A45B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45B10

Black with #A45B10

Text Example


Text Example

White with #A45B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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