Html Css Color HEX #A45326 Rich Gold

📋 copy color: '#A45326'

red 164 ◦ green 83 ◦ blue 38

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

Shades of Rich Gold #A45326

Tints of Rich Gold #A45326

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.12%

 BLUE value IS 38 (15.23% from 255) = 13.33%

R = 57.54%
G = 29.12%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A45326 (or 0xA45326) is known color: Rich Gold. HEX triplet: A4, 53 and 26. RGB value is (164,83,38). Sum of RGB (Red+Green+Blue) = 164+83+38=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A45326 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45326 is #5BACD9. Grayscale: #666666. Windows color (decimal): -6008026 or 2511780. OLE color: 2511780.

HSL color Cylindrical-coordinate representation of color #A45326: hue angle of 21.43º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A45326 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 83 38 -
CMYK 0 0.49 0.77 0.36
HSL 21.43º 0.62% 0.4% -
HSV(B) 21.43º 0.77% 0.64% -
XYZ 18.75 14.22 3.59 -
YUV 102.09 91.84 172.16 -
System Red Green Blue C M Y K H S L
Decimal 164 83 38 0 0.49 0.77 0.36 21.43 0.62 0.4
Hex A4 53 26 0 31 4D 24 15 3E 28
Octal 244 123 46 0 61 115 44 25 76 50
Binary 10100100 1010011 100110 0 110001 1001101 100100 10101 111110 101000

Color Harmonies of #A45326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45326

Black with #A45326

Text Example


Text Example

White with #A45326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45326; }

 p { color: rgb(164,83,38); }

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

background-color css

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

 a { background-color: rgb(164,83,38); }

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

border-color css

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

 span { border-color: rgb(164,83,38); }

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