Html Css Color HEX #A45D18 Golden Brown

📋 copy color: '#A45D18'

red 164 ◦ green 93 ◦ blue 24

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

Shades of Golden Brown #A45D18

Tints of Golden Brown #A45D18

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.1%

 BLUE value IS 24 (9.77% from 255) = 8.54%

R = 58.36%
G = 33.1%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A45D18 (or 0xA45D18) is known color: Golden Brown. HEX triplet: A4, 5D and 18. RGB value is (164,93,24). Sum of RGB (Red+Green+Blue) = 164+93+24=281 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.36% from 281); Green value is 93 (36.72% from 255 or 33.10% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45D18 is #5BA2E7. Grayscale: #6A6A6A. Windows color (decimal): -6005480 or 1596836. OLE color: 1596836.

HSL color Cylindrical-coordinate representation of color #A45D18: hue angle of 29.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A45D18 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 93 24 -
CMYK 0 0.43 0.85 0.36
HSL 29.57º 0.74% 0.37% -
HSV(B) 29.57º 0.85% 0.64% -
XYZ 19.39 15.79 2.89 -
YUV 106.36 81.52 169.11 -
System Red Green Blue C M Y K H S L
Decimal 164 93 24 0 0.43 0.85 0.36 29.57 0.74 0.37
Hex A4 5D 18 0 2B 55 24 1E 4A 25
Octal 244 135 30 0 53 125 44 36 112 45
Binary 10100100 1011101 11000 0 101011 1010101 100100 11110 1001010 100101

Color Harmonies of #A45D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45D18

Black with #A45D18

Text Example


Text Example

White with #A45D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45D18; }

 p { color: rgb(164,93,24); }

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

background-color css

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

 a { background-color: rgb(164,93,24); }

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

border-color css

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

 span { border-color: rgb(164,93,24); }

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