Html Css Color HEX #A4421A Rich Gold

📋 copy color: '#A4421A'

red 164 ◦ green 66 ◦ blue 26

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

Shades of Rich Gold #A4421A

Tints of Rich Gold #A4421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.78%

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 64.06%
G = 25.78%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4421A (or 0xA4421A) is known color: Rich Gold. HEX triplet: A4, 42 and 1A. RGB value is (164,66,26). Sum of RGB (Red+Green+Blue) = 164+66+26=256 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.06% from 256); Green value is 66 (26.17% from 255 or 25.78% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 164 - color contains mainly: red. Hex color #A4421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4421A is #5BBDE5. Grayscale: #5A5A5A. Windows color (decimal): -6012390 or 1720996. OLE color: 1720996.

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

Color convert

RGB 164 66 26 -
CMYK 0 0.60 0.84 0.36
HSL 17.39º 0.73% 0.37% -
HSV(B) 17.39º 0.84% 0.64% -
XYZ 17.44 11.86 2.35 -
YUV 90.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 164 66 26 0 0.60 0.84 0.36 17.39 0.73 0.37
Hex A4 42 1A 0 3C 54 24 11 49 25
Octal 244 102 32 0 74 124 44 21 111 45
Binary 10100100 1000010 11010 0 111100 1010100 100100 10001 1001001 100101

Color Harmonies of #A4421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4421A

Black with #A4421A

Text Example


Text Example

White with #A4421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4421A; }

 p { color: rgb(164,66,26); }

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

background-color css

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

 a { background-color: rgb(164,66,26); }

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

border-color css

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

 span { border-color: rgb(164,66,26); }

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