Html Css Color HEX #A45A11 Golden Brown

📋 copy color: '#A45A11'

red 164 ◦ green 90 ◦ blue 17

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

Shades of Golden Brown #A45A11

Tints of Golden Brown #A45A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.21%

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

R = 60.52%
G = 33.21%
B = 6.27%

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

#A45A11 (or 0xA45A11) is known color: Golden Brown. HEX triplet: A4, 5A and 11. RGB value is (164,90,17). Sum of RGB (Red+Green+Blue) = 164+90+17=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45A11 is #5BA5EE. Grayscale: #686868. Windows color (decimal): -6006255 or 1137316. OLE color: 1137316.

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

Color convert

RGB 164 90 17 -
CMYK 0 0.45 0.90 0.36
HSL 29.8º 0.81% 0.35% -
HSV(B) 29.8º 0.9% 0.64% -
XYZ 19.07 15.25 2.47 -
YUV 103.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 164 90 17 0 0.45 0.90 0.36 29.8 0.81 0.35
Hex A4 5A 11 0 2D 5A 24 1E 51 23
Octal 244 132 21 0 55 132 44 36 121 43
Binary 10100100 1011010 10001 0 101101 1011010 100100 11110 1010001 100011

Color Harmonies of #A45A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A11

Black with #A45A11

Text Example


Text Example

White with #A45A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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