Html Css Color HEX #A4461A Rich Gold

📋 copy color: '#A4461A'

red 164 ◦ green 70 ◦ blue 26

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

Shades of Rich Gold #A4461A

Tints of Rich Gold #A4461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

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

R = 63.08%
G = 26.92%
B = 10%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4461A (or 0xA4461A) is known color: Rich Gold. HEX triplet: A4, 46 and 1A. RGB value is (164,70,26). Sum of RGB (Red+Green+Blue) = 164+70+26=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4461A is #5BB9E5. Grayscale: #5D5D5D. Windows color (decimal): -6011366 or 1722020. OLE color: 1722020.

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

Color convert

RGB 164 70 26 -
CMYK 0 0.57 0.84 0.36
HSL 19.13º 0.73% 0.37% -
HSV(B) 19.13º 0.84% 0.64% -
XYZ 17.69 12.35 2.43 -
YUV 93.09 90.14 178.58 -
System Red Green Blue C M Y K H S L
Decimal 164 70 26 0 0.57 0.84 0.36 19.13 0.73 0.37
Hex A4 46 1A 0 39 54 24 13 49 25
Octal 244 106 32 0 71 124 44 23 111 45
Binary 10100100 1000110 11010 0 111001 1010100 100100 10011 1001001 100101

Color Harmonies of #A4461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4461A

Black with #A4461A

Text Example


Text Example

White with #A4461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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