Html Css Color HEX #A34824 Rich Gold

📋 copy color: '#A34824'

red 163 ◦ green 72 ◦ blue 36

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

Shades of Rich Gold #A34824

Tints of Rich Gold #A34824

RGB

 RED value IS 163 (64.06% from 255) = 60.15%

 GREEN value IS 72 (28.52% from 255) = 26.57%

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 60.15%
G = 26.57%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A34824 (or 0xA34824) is known color: Rich Gold. HEX triplet: A3, 48 and 24. RGB value is (163,72,36). Sum of RGB (Red+Green+Blue) = 163+72+36=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A34824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34824 is #5CB7DB. Grayscale: #5F5F5F. Windows color (decimal): -6076380 or 2377891. OLE color: 2377891.

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

Color convert

RGB 163 72 36 -
CMYK 0 0.56 0.78 0.36
HSL 17.01º 0.64% 0.39% -
HSV(B) 17.01º 0.78% 0.64% -
XYZ 17.74 12.55 3.16 -
YUV 95.11 94.65 176.43 -
System Red Green Blue C M Y K H S L
Decimal 163 72 36 0 0.56 0.78 0.36 17.01 0.64 0.39
Hex A3 48 24 0 38 4E 24 11 40 27
Octal 243 110 44 0 70 116 44 21 100 47
Binary 10100011 1001000 100100 0 111000 1001110 100100 10001 1000000 100111

Color Harmonies of #A34824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34824

Black with #A34824

Text Example


Text Example

White with #A34824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34824; }

 p { color: rgb(163,72,36); }

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

background-color css

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

 a { background-color: rgb(163,72,36); }

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

border-color css

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

 span { border-color: rgb(163,72,36); }

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