Html Css Color HEX #A45C10 Golden Brown

📋 copy color: '#A45C10'

red 164 ◦ green 92 ◦ blue 16

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

Shades of Golden Brown #A45C10

Tints of Golden Brown #A45C10

RGB

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

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

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

R = 60.29%
G = 33.82%
B = 5.88%

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

#A45C10 (or 0xA45C10) is known color: Golden Brown. HEX triplet: A4, 5C and 10. RGB value is (164,92,16). Sum of RGB (Red+Green+Blue) = 164+92+16=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A45C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45C10 is #5BA3EF. Grayscale: #696969. Windows color (decimal): -6005744 or 1072292. OLE color: 1072292.

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

Color convert

RGB 164 92 16 -
CMYK 0 0.44 0.90 0.36
HSL 30.81º 0.82% 0.35% -
HSV(B) 30.81º 0.9% 0.64% -
XYZ 19.23 15.58 2.48 -
YUV 104.86 77.85 170.18 -
System Red Green Blue C M Y K H S L
Decimal 164 92 16 0 0.44 0.90 0.36 30.81 0.82 0.35
Hex A4 5C 10 0 2C 5A 24 1F 52 23
Octal 244 134 20 0 54 132 44 37 122 43
Binary 10100100 1011100 10000 0 101100 1011010 100100 11111 1010010 100011

Color Harmonies of #A45C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45C10

Black with #A45C10

Text Example


Text Example

White with #A45C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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