Html Css Color HEX #A4501A Rich Gold

📋 copy color: '#A4501A'

red 164 ◦ green 80 ◦ blue 26

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

Shades of Rich Gold #A4501A

Tints of Rich Gold #A4501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.63%

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

R = 60.74%
G = 29.63%
B = 9.63%

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

#A4501A (or 0xA4501A) is known color: Rich Gold. HEX triplet: A4, 50 and 1A. RGB value is (164,80,26). Sum of RGB (Red+Green+Blue) = 164+80+26=270 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.74% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 164 - color contains mainly: red. Hex color #A4501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4501A is #5BAFE5. Grayscale: #636363. Windows color (decimal): -6008806 or 1724580. OLE color: 1724580.

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

Color convert

RGB 164 80 26 -
CMYK 0 0.51 0.84 0.36
HSL 23.48º 0.73% 0.37% -
HSV(B) 23.48º 0.84% 0.64% -
XYZ 18.36 13.7 2.65 -
YUV 98.96 86.83 174.39 -
System Red Green Blue C M Y K H S L
Decimal 164 80 26 0 0.51 0.84 0.36 23.48 0.73 0.37
Hex A4 50 1A 0 33 54 24 17 49 25
Octal 244 120 32 0 63 124 44 27 111 45
Binary 10100100 1010000 11010 0 110011 1010100 100100 10111 1001001 100101

Color Harmonies of #A4501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4501A

Black with #A4501A

Text Example


Text Example

White with #A4501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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