Html Css Color HEX #A4582A Rich Gold

📋 copy color: '#A4582A'

red 164 ◦ green 88 ◦ blue 42

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

Shades of Rich Gold #A4582A

Tints of Rich Gold #A4582A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.93%

 BLUE value IS 42 (16.8% from 255) = 14.29%

R = 55.78%
G = 29.93%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A4582A (or 0xA4582A) is known color: Rich Gold. HEX triplet: A4, 58 and 2A. RGB value is (164,88,42). Sum of RGB (Red+Green+Blue) = 164+88+42=294 (38% of max value = 765). Red value is 164 (64.45% from 255 or 55.78% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 164 - color contains mainly: red. Hex color #A4582A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4582A is #5BA7D5. Grayscale: #696969. Windows color (decimal): -6006742 or 2775204. OLE color: 2775204.

HSL color Cylindrical-coordinate representation of color #A4582A: hue angle of 22.62º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4582A is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 88 42 -
CMYK 0 0.46 0.74 0.36
HSL 22.62º 0.59% 0.4% -
HSV(B) 22.62º 0.74% 0.64% -
XYZ 19.22 15.04 4.08 -
YUV 105.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 164 88 42 0 0.46 0.74 0.36 22.62 0.59 0.4
Hex A4 58 2A 0 2E 4A 24 17 3B 28
Octal 244 130 52 0 56 112 44 27 73 50
Binary 10100100 1011000 101010 0 101110 1001010 100100 10111 111011 101000

Color Harmonies of #A4582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4582A

Black with #A4582A

Text Example


Text Example

White with #A4582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4582A; }

 p { color: rgb(164,88,42); }

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

background-color css

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

 a { background-color: rgb(164,88,42); }

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

border-color css

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

 span { border-color: rgb(164,88,42); }

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