Html Css Color HEX #A4481E Rich Gold

📋 copy color: '#A4481E'

red 164 ◦ green 72 ◦ blue 30

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

Shades of Rich Gold #A4481E

Tints of Rich Gold #A4481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.28%

R = 61.65%
G = 27.07%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4481E (or 0xA4481E) is known color: Rich Gold. HEX triplet: A4, 48 and 1E. RGB value is (164,72,30). Sum of RGB (Red+Green+Blue) = 164+72+30=266 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.65% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 30 (12.11% from 255 or 11.28% from 266); Max value from RGB is 164 - color contains mainly: red. Hex color #A4481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4481E is #5BB7E1. Grayscale: #5E5E5E. Windows color (decimal): -6010850 or 1984676. OLE color: 1984676.

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

Color convert

RGB 164 72 30 -
CMYK 0 0.56 0.82 0.36
HSL 18.81º 0.69% 0.38% -
HSV(B) 18.81º 0.82% 0.64% -
XYZ 17.86 12.62 2.72 -
YUV 94.72 91.48 177.42 -
System Red Green Blue C M Y K H S L
Decimal 164 72 30 0 0.56 0.82 0.36 18.81 0.69 0.38
Hex A4 48 1E 0 38 52 24 13 45 26
Octal 244 110 36 0 70 122 44 23 105 46
Binary 10100100 1001000 11110 0 111000 1010010 100100 10011 1000101 100110

Color Harmonies of #A4481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4481E

Black with #A4481E

Text Example


Text Example

White with #A4481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4481E; }

 p { color: rgb(164,72,30); }

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

background-color css

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

 a { background-color: rgb(164,72,30); }

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

border-color css

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

 span { border-color: rgb(164,72,30); }

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