Html Css Color HEX #A45D23 Rich Gold

📋 copy color: '#A45D23'

red 164 ◦ green 93 ◦ blue 35

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

Shades of Rich Gold #A45D23

Tints of Rich Gold #A45D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.99%

R = 56.16%
G = 31.85%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A45D23 (or 0xA45D23) is known color: Rich Gold. HEX triplet: A4, 5D and 23. RGB value is (164,93,35). Sum of RGB (Red+Green+Blue) = 164+93+35=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45D23 is #5BA2DC. Grayscale: #6B6B6B. Windows color (decimal): -6005469 or 2317732. OLE color: 2317732.

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

Color convert

RGB 164 93 35 -
CMYK 0 0.43 0.79 0.36
HSL 26.98º 0.65% 0.39% -
HSV(B) 26.98º 0.79% 0.64% -
XYZ 19.53 15.84 3.62 -
YUV 107.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 164 93 35 0 0.43 0.79 0.36 26.98 0.65 0.39
Hex A4 5D 23 0 2B 4F 24 1B 41 27
Octal 244 135 43 0 53 117 44 33 101 47
Binary 10100100 1011101 100011 0 101011 1001111 100100 11011 1000001 100111

Color Harmonies of #A45D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45D23

Black with #A45D23

Text Example


Text Example

White with #A45D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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