Html Css Color HEX #A45A23 Rich Gold

📋 copy color: '#A45A23'

red 164 ◦ green 90 ◦ blue 35

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

Shades of Rich Gold #A45A23

Tints of Rich Gold #A45A23

RGB

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

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

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

R = 56.75%
G = 31.14%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A45A23 (or 0xA45A23) is known color: Rich Gold. HEX triplet: A4, 5A and 23. RGB value is (164,90,35). Sum of RGB (Red+Green+Blue) = 164+90+35=289 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.75% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A23 is #5BA5DC. Grayscale: #6A6A6A. Windows color (decimal): -6006237 or 2316964. OLE color: 2316964.

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

Color convert

RGB 164 90 35 -
CMYK 0 0.45 0.79 0.36
HSL 25.58º 0.65% 0.39% -
HSV(B) 25.58º 0.79% 0.64% -
XYZ 19.27 15.33 3.53 -
YUV 105.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 164 90 35 0 0.45 0.79 0.36 25.58 0.65 0.39
Hex A4 5A 23 0 2D 4F 24 1A 41 27
Octal 244 132 43 0 55 117 44 32 101 47
Binary 10100100 1011010 100011 0 101101 1001111 100100 11010 1000001 100111

Color Harmonies of #A45A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A23

Black with #A45A23

Text Example


Text Example

White with #A45A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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