Html Css Color HEX #A45023 Rich Gold

📋 copy color: '#A45023'

red 164 ◦ green 80 ◦ blue 35

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

Shades of Rich Gold #A45023

Tints of Rich Gold #A45023

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.67%

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

R = 58.78%
G = 28.67%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A45023 (or 0xA45023) is known color: Rich Gold. HEX triplet: A4, 50 and 23. RGB value is (164,80,35). Sum of RGB (Red+Green+Blue) = 164+80+35=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A45023 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45023 is #5BAFDC. Grayscale: #646464. Windows color (decimal): -6008797 or 2314404. OLE color: 2314404.

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

Color convert

RGB 164 80 35 -
CMYK 0 0.51 0.79 0.36
HSL 20.93º 0.65% 0.39% -
HSV(B) 20.93º 0.79% 0.64% -
XYZ 18.48 13.75 3.27 -
YUV 99.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 164 80 35 0 0.51 0.79 0.36 20.93 0.65 0.39
Hex A4 50 23 0 33 4F 24 15 41 27
Octal 244 120 43 0 63 117 44 25 101 47
Binary 10100100 1010000 100011 0 110011 1001111 100100 10101 1000001 100111

Color Harmonies of #A45023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45023

Black with #A45023

Text Example


Text Example

White with #A45023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45023; }

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

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

background-color css

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

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

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

border-color css

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

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

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