Html Css Color HEX #A4541E Rich Gold

📋 copy color: '#A4541E'

red 164 ◦ green 84 ◦ blue 30

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

Shades of Rich Gold #A4541E

Tints of Rich Gold #A4541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 58.99%
G = 30.22%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4541E (or 0xA4541E) is known color: Rich Gold. HEX triplet: A4, 54 and 1E. RGB value is (164,84,30). Sum of RGB (Red+Green+Blue) = 164+84+30=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A4541E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4541E is #5BABE1. Grayscale: #666666. Windows color (decimal): -6007778 or 1987748. OLE color: 1987748.

HSL color Cylindrical-coordinate representation of color #A4541E: hue angle of 24.18º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4541E is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 84 30 -
CMYK 0 0.49 0.82 0.36
HSL 24.18º 0.69% 0.38% -
HSV(B) 24.18º 0.82% 0.64% -
XYZ 18.71 14.33 3.01 -
YUV 101.76 87.5 172.39 -
System Red Green Blue C M Y K H S L
Decimal 164 84 30 0 0.49 0.82 0.36 24.18 0.69 0.38
Hex A4 54 1E 0 31 52 24 18 45 26
Octal 244 124 36 0 61 122 44 30 105 46
Binary 10100100 1010100 11110 0 110001 1010010 100100 11000 1000101 100110

Color Harmonies of #A4541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4541E

Black with #A4541E

Text Example


Text Example

White with #A4541E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4541E; }

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

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

background-color css

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

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

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

border-color css

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

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

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