Html Css Color HEX #A7451C Rich Gold

📋 copy color: '#A7451C'

red 167 ◦ green 69 ◦ blue 28

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

Shades of Rich Gold #A7451C

Tints of Rich Gold #A7451C

RGB

 RED value IS 167 (65.63% from 255) = 63.26%

 GREEN value IS 69 (27.34% from 255) = 26.14%

 BLUE value IS 28 (11.33% from 255) = 10.61%

R = 63.26%
G = 26.14%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7451C (or 0xA7451C) is known color: Rich Gold. HEX triplet: A7, 45 and 1C. RGB value is (167,69,28). Sum of RGB (Red+Green+Blue) = 167+69+28=264 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.26% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 167 - color contains mainly: red. Hex color #A7451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7451C is #58BAE3. Grayscale: #5D5D5D. Windows color (decimal): -5815012 or 1852839. OLE color: 1852839.

HSL color Cylindrical-coordinate representation of color #A7451C: hue angle of 17.7º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7451C is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 69 28 -
CMYK 0 0.59 0.83 0.35
HSL 17.7º 0.71% 0.38% -
HSV(B) 17.7º 0.83% 0.65% -
XYZ 18.27 12.56 2.56 -
YUV 93.63 90.97 180.33 -
System Red Green Blue C M Y K H S L
Decimal 167 69 28 0 0.59 0.83 0.35 17.7 0.71 0.38
Hex A7 45 1C 0 3B 53 23 12 47 26
Octal 247 105 34 0 73 123 43 22 107 46
Binary 10100111 1000101 11100 0 111011 1010011 100011 10010 1000111 100110

Color Harmonies of #A7451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7451C

Black with #A7451C

Text Example


Text Example

White with #A7451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7451C; }

 p { color: rgb(167,69,28); }

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

background-color css

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

 a { background-color: rgb(167,69,28); }

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

border-color css

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

 span { border-color: rgb(167,69,28); }

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