Html Css Color HEX #A45C11 Golden Brown

📋 copy color: '#A45C11'

red 164 ◦ green 92 ◦ blue 17

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

Shades of Golden Brown #A45C11

Tints of Golden Brown #A45C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.7%

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

R = 60.07%
G = 33.7%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A45C11 (or 0xA45C11) is known color: Golden Brown. HEX triplet: A4, 5C and 11. RGB value is (164,92,17). Sum of RGB (Red+Green+Blue) = 164+92+17=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 92 (36.33% from 255 or 33.70% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45C11 is #5BA3EE. Grayscale: #696969. Windows color (decimal): -6005743 or 1137828. OLE color: 1137828.

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

Color convert

RGB 164 92 17 -
CMYK 0 0.44 0.90 0.36
HSL 30.61º 0.81% 0.35% -
HSV(B) 30.61º 0.9% 0.64% -
XYZ 19.24 15.59 2.52 -
YUV 104.98 78.35 170.1 -
System Red Green Blue C M Y K H S L
Decimal 164 92 17 0 0.44 0.90 0.36 30.61 0.81 0.35
Hex A4 5C 11 0 2C 5A 24 1F 51 23
Octal 244 134 21 0 54 132 44 37 121 43
Binary 10100100 1011100 10001 0 101100 1011010 100100 11111 1010001 100011

Color Harmonies of #A45C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45C11

Black with #A45C11

Text Example


Text Example

White with #A45C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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