Html Css Color HEX #A4441B Rich Gold

📋 copy color: '#A4441B'

red 164 ◦ green 68 ◦ blue 27

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

Shades of Rich Gold #A4441B

Tints of Rich Gold #A4441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 63.32%
G = 26.25%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4441B (or 0xA4441B) is known color: Rich Gold. HEX triplet: A4, 44 and 1B. RGB value is (164,68,27). Sum of RGB (Red+Green+Blue) = 164+68+27=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A4441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4441B is #5BBBE4. Grayscale: #5C5C5C. Windows color (decimal): -6011877 or 1787044. OLE color: 1787044.

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

Color convert

RGB 164 68 27 -
CMYK 0 0.59 0.84 0.36
HSL 17.96º 0.72% 0.37% -
HSV(B) 17.96º 0.84% 0.64% -
XYZ 17.57 12.11 2.45 -
YUV 92.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 164 68 27 0 0.59 0.84 0.36 17.96 0.72 0.37
Hex A4 44 1B 0 3B 54 24 12 48 25
Octal 244 104 33 0 73 124 44 22 110 45
Binary 10100100 1000100 11011 0 111011 1010100 100100 10010 1001000 100101

Color Harmonies of #A4441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4441B

Black with #A4441B

Text Example


Text Example

White with #A4441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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