Html Css Color HEX #A4501F Rich Gold

📋 copy color: '#A4501F'

red 164 ◦ green 80 ◦ blue 31

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

Shades of Rich Gold #A4501F

Tints of Rich Gold #A4501F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.09%

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 59.64%
G = 29.09%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4501F (or 0xA4501F) is known color: Rich Gold. HEX triplet: A4, 50 and 1F. RGB value is (164,80,31). Sum of RGB (Red+Green+Blue) = 164+80+31=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A4501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4501F is #5BAFE0. Grayscale: #636363. Windows color (decimal): -6008801 or 2052260. OLE color: 2052260.

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

Color convert

RGB 164 80 31 -
CMYK 0 0.51 0.81 0.36
HSL 22.11º 0.68% 0.38% -
HSV(B) 22.11º 0.81% 0.64% -
XYZ 18.43 13.73 2.98 -
YUV 99.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 164 80 31 0 0.51 0.81 0.36 22.11 0.68 0.38
Hex A4 50 1F 0 33 51 24 16 44 26
Octal 244 120 37 0 63 121 44 26 104 46
Binary 10100100 1010000 11111 0 110011 1010001 100100 10110 1000100 100110

Color Harmonies of #A4501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4501F

Black with #A4501F

Text Example


Text Example

White with #A4501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4501F; }

 p { color: rgb(164,80,31); }

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

background-color css

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

 a { background-color: rgb(164,80,31); }

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

border-color css

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

 span { border-color: rgb(164,80,31); }

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