Html Css Color HEX #A4581A Rich Gold

📋 copy color: '#A4581A'

red 164 ◦ green 88 ◦ blue 26

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

Shades of Rich Gold #A4581A

Tints of Rich Gold #A4581A

RGB

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

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

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

R = 58.99%
G = 31.65%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4581A (or 0xA4581A) is known color: Rich Gold. HEX triplet: A4, 58 and 1A. RGB value is (164,88,26). Sum of RGB (Red+Green+Blue) = 164+88+26=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A4581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4581A is #5BA7E5. Grayscale: #676767. Windows color (decimal): -6006758 or 1726628. OLE color: 1726628.

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

Color convert

RGB 164 88 26 -
CMYK 0 0.46 0.84 0.36
HSL 26.96º 0.73% 0.37% -
HSV(B) 26.96º 0.84% 0.64% -
XYZ 18.99 14.95 2.86 -
YUV 103.66 84.18 171.04 -
System Red Green Blue C M Y K H S L
Decimal 164 88 26 0 0.46 0.84 0.36 26.96 0.73 0.37
Hex A4 58 1A 0 2E 54 24 1B 49 25
Octal 244 130 32 0 56 124 44 33 111 45
Binary 10100100 1011000 11010 0 101110 1010100 100100 11011 1001001 100101

Color Harmonies of #A4581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4581A

Black with #A4581A

Text Example


Text Example

White with #A4581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4581A; }

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

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

background-color css

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

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

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

border-color css

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

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

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