Html Css Color HEX #A4511A Rich Gold

📋 copy color: '#A4511A'

red 164 ◦ green 81 ◦ blue 26

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

Shades of Rich Gold #A4511A

Tints of Rich Gold #A4511A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

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

R = 60.52%
G = 29.89%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4511A (or 0xA4511A) is known color: Rich Gold. HEX triplet: A4, 51 and 1A. RGB value is (164,81,26). Sum of RGB (Red+Green+Blue) = 164+81+26=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A4511A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4511A is #5BAEE5. Grayscale: #636363. Windows color (decimal): -6008550 or 1724836. OLE color: 1724836.

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

Color convert

RGB 164 81 26 -
CMYK 0 0.51 0.84 0.36
HSL 23.91º 0.73% 0.37% -
HSV(B) 23.91º 0.84% 0.64% -
XYZ 18.44 13.85 2.68 -
YUV 99.55 86.5 173.97 -
System Red Green Blue C M Y K H S L
Decimal 164 81 26 0 0.51 0.84 0.36 23.91 0.73 0.37
Hex A4 51 1A 0 33 54 24 18 49 25
Octal 244 121 32 0 63 124 44 30 111 45
Binary 10100100 1010001 11010 0 110011 1010100 100100 11000 1001001 100101

Color Harmonies of #A4511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4511A

Black with #A4511A

Text Example


Text Example

White with #A4511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4511A; }

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

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

background-color css

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

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

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

border-color css

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

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

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