Html Css Color HEX #A4541A Rich Gold

📋 copy color: '#A4541A'

red 164 ◦ green 84 ◦ blue 26

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

Shades of Rich Gold #A4541A

Tints of Rich Gold #A4541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

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

R = 59.85%
G = 30.66%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4541A (or 0xA4541A) is known color: Rich Gold. HEX triplet: A4, 54 and 1A. RGB value is (164,84,26). Sum of RGB (Red+Green+Blue) = 164+84+26=274 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.85% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 164 - color contains mainly: red. Hex color #A4541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4541A is #5BABE5. Grayscale: #656565. Windows color (decimal): -6007782 or 1725604. OLE color: 1725604.

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

Color convert

RGB 164 84 26 -
CMYK 0 0.49 0.84 0.36
HSL 25.22º 0.73% 0.37% -
HSV(B) 25.22º 0.84% 0.64% -
XYZ 18.67 14.31 2.76 -
YUV 101.31 85.5 172.72 -
System Red Green Blue C M Y K H S L
Decimal 164 84 26 0 0.49 0.84 0.36 25.22 0.73 0.37
Hex A4 54 1A 0 31 54 24 19 49 25
Octal 244 124 32 0 61 124 44 31 111 45
Binary 10100100 1010100 11010 0 110001 1010100 100100 11001 1001001 100101

Color Harmonies of #A4541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4541A

Black with #A4541A

Text Example


Text Example

White with #A4541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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