Html Css Color HEX #A4530F Rich Gold

📋 copy color: '#A4530F'

red 164 ◦ green 83 ◦ blue 15

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

Shades of Rich Gold #A4530F

Tints of Rich Gold #A4530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 62.6%
G = 31.68%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4530F (or 0xA4530F) is known color: Rich Gold. HEX triplet: A4, 53 and 0F. RGB value is (164,83,15). Sum of RGB (Red+Green+Blue) = 164+83+15=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A4530F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4530F is #5BACF0. Grayscale: #636363. Windows color (decimal): -6008049 or 1004452. OLE color: 1004452.

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

Color convert

RGB 164 83 15 -
CMYK 0 0.49 0.91 0.36
HSL 27.38º 0.83% 0.35% -
HSV(B) 27.38º 0.91% 0.64% -
XYZ 18.49 14.11 2.2 -
YUV 99.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 164 83 15 0 0.49 0.91 0.36 27.38 0.83 0.35
Hex A4 53 F 0 31 5B 24 1B 53 23
Octal 244 123 17 0 61 133 44 33 123 43
Binary 10100100 1010011 1111 0 110001 1011011 100100 11011 1010011 100011

Color Harmonies of #A4530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4530F

Black with #A4530F

Text Example


Text Example

White with #A4530F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4530F; }

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

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

background-color css

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

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

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

border-color css

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

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

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