Html Css Color HEX #A45B11 Golden Brown

📋 copy color: '#A45B11'

red 164 ◦ green 91 ◦ blue 17

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

Shades of Golden Brown #A45B11

Tints of Golden Brown #A45B11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.25%

R = 60.29%
G = 33.46%
B = 6.25%

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

#A45B11 (or 0xA45B11) is known color: Golden Brown. HEX triplet: A4, 5B and 11. RGB value is (164,91,17). Sum of RGB (Red+Green+Blue) = 164+91+17=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 91 (35.94% from 255 or 33.46% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45B11 is #5BA4EE. Grayscale: #686868. Windows color (decimal): -6005999 or 1137572. OLE color: 1137572.

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

Color convert

RGB 164 91 17 -
CMYK 0 0.45 0.90 0.36
HSL 30.2º 0.81% 0.35% -
HSV(B) 30.2º 0.9% 0.64% -
XYZ 19.15 15.42 2.5 -
YUV 104.39 78.68 170.52 -
System Red Green Blue C M Y K H S L
Decimal 164 91 17 0 0.45 0.90 0.36 30.2 0.81 0.35
Hex A4 5B 11 0 2D 5A 24 1E 51 23
Octal 244 133 21 0 55 132 44 36 121 43
Binary 10100100 1011011 10001 0 101101 1011010 100100 11110 1010001 100011

Color Harmonies of #A45B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45B11

Black with #A45B11

Text Example


Text Example

White with #A45B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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