Html Css Color HEX #A4481B Rich Gold

📋 copy color: '#A4481B'

red 164 ◦ green 72 ◦ blue 27

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

Shades of Rich Gold #A4481B

Tints of Rich Gold #A4481B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.27%

R = 62.36%
G = 27.38%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4481B (or 0xA4481B) is known color: Rich Gold. HEX triplet: A4, 48 and 1B. RGB value is (164,72,27). Sum of RGB (Red+Green+Blue) = 164+72+27=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A4481B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4481B is #5BB7E4. Grayscale: #5E5E5E. Windows color (decimal): -6010853 or 1788068. OLE color: 1788068.

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

Color convert

RGB 164 72 27 -
CMYK 0 0.56 0.84 0.36
HSL 19.71º 0.72% 0.37% -
HSV(B) 19.71º 0.84% 0.64% -
XYZ 17.83 12.61 2.53 -
YUV 94.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 164 72 27 0 0.56 0.84 0.36 19.71 0.72 0.37
Hex A4 48 1B 0 38 54 24 14 48 25
Octal 244 110 33 0 70 124 44 24 110 45
Binary 10100100 1001000 11011 0 111000 1010100 100100 10100 1001000 100101

Color Harmonies of #A4481B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4481B

Black with #A4481B

Text Example


Text Example

White with #A4481B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4481B; }

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

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

background-color css

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

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

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

border-color css

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

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

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