Html Css Color HEX #A44D23 Rich Gold

📋 copy color: '#A44D23'

red 164 ◦ green 77 ◦ blue 35

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

Shades of Rich Gold #A44D23

Tints of Rich Gold #A44D23

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.9%

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

R = 59.42%
G = 27.9%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A44D23 (or 0xA44D23) is known color: Rich Gold. HEX triplet: A4, 4D and 23. RGB value is (164,77,35). Sum of RGB (Red+Green+Blue) = 164+77+35=276 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.42% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A44D23 is #5BB2DC. Grayscale: #626262. Windows color (decimal): -6009565 or 2313636. OLE color: 2313636.

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

Color convert

RGB 164 77 35 -
CMYK 0 0.53 0.79 0.36
HSL 19.53º 0.65% 0.39% -
HSV(B) 19.53º 0.79% 0.64% -
XYZ 18.27 13.32 3.2 -
YUV 98.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 164 77 35 0 0.53 0.79 0.36 19.53 0.65 0.39
Hex A4 4D 23 0 35 4F 24 14 41 27
Octal 244 115 43 0 65 117 44 24 101 47
Binary 10100100 1001101 100011 0 110101 1001111 100100 10100 1000001 100111

Color Harmonies of #A44D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44D23

Black with #A44D23

Text Example


Text Example

White with #A44D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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