Html Css Color HEX #A4531A Rich Gold

📋 copy color: '#A4531A'

red 164 ◦ green 83 ◦ blue 26

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

Shades of Rich Gold #A4531A

Tints of Rich Gold #A4531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

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

R = 60.07%
G = 30.4%
B = 9.52%

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

#A4531A (or 0xA4531A) is known color: Rich Gold. HEX triplet: A4, 53 and 1A. RGB value is (164,83,26). Sum of RGB (Red+Green+Blue) = 164+83+26=273 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.07% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 164 - color contains mainly: red. Hex color #A4531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4531A is #5BACE5. Grayscale: #656565. Windows color (decimal): -6008038 or 1725348. OLE color: 1725348.

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

Color convert

RGB 164 83 26 -
CMYK 0 0.49 0.84 0.36
HSL 24.78º 0.73% 0.37% -
HSV(B) 24.78º 0.84% 0.64% -
XYZ 18.59 14.15 2.73 -
YUV 100.72 85.84 173.13 -
System Red Green Blue C M Y K H S L
Decimal 164 83 26 0 0.49 0.84 0.36 24.78 0.73 0.37
Hex A4 53 1A 0 31 54 24 19 49 25
Octal 244 123 32 0 61 124 44 31 111 45
Binary 10100100 1010011 11010 0 110001 1010100 100100 11001 1001001 100101

Color Harmonies of #A4531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4531A

Black with #A4531A

Text Example


Text Example

White with #A4531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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