Html Css Color HEX #A34820 Rich Gold

📋 copy color: '#A34820'

red 163 ◦ green 72 ◦ blue 32

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

Shades of Rich Gold #A34820

Tints of Rich Gold #A34820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 61.05%
G = 26.97%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A34820 (or 0xA34820) is known color: Rich Gold. HEX triplet: A3, 48 and 20. RGB value is (163,72,32). Sum of RGB (Red+Green+Blue) = 163+72+32=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A34820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A34820 is #5CB7DF. Grayscale: #5E5E5E. Windows color (decimal): -6076384 or 2115747. OLE color: 2115747.

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

Color convert

RGB 163 72 32 -
CMYK 0 0.56 0.80 0.36
HSL 18.32º 0.67% 0.38% -
HSV(B) 18.32º 0.8% 0.64% -
XYZ 17.68 12.53 2.85 -
YUV 94.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 163 72 32 0 0.56 0.80 0.36 18.32 0.67 0.38
Hex A3 48 20 0 38 50 24 12 43 26
Octal 243 110 40 0 70 120 44 22 103 46
Binary 10100011 1001000 100000 0 111000 1010000 100100 10010 1000011 100110

Color Harmonies of #A34820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A34820

Black with #A34820

Text Example


Text Example

White with #A34820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A34820; }

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

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

background-color css

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

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

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

border-color css

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

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

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