Html Css Color HEX #A7451B Rich Gold

📋 copy color: '#A7451B'

red 167 ◦ green 69 ◦ blue 27

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

Shades of Rich Gold #A7451B

Tints of Rich Gold #A7451B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.27%

R = 63.5%
G = 26.24%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7451B (or 0xA7451B) is known color: Rich Gold. HEX triplet: A7, 45 and 1B. RGB value is (167,69,27). Sum of RGB (Red+Green+Blue) = 167+69+27=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A7451B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7451B is #58BAE4. Grayscale: #5D5D5D. Windows color (decimal): -5815013 or 1787303. OLE color: 1787303.

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

Color convert

RGB 167 69 27 -
CMYK 0 0.59 0.84 0.35
HSL 18º 0.72% 0.38% -
HSV(B) 18º 0.84% 0.65% -
XYZ 18.26 12.55 2.5 -
YUV 93.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 167 69 27 0 0.59 0.84 0.35 18 0.72 0.38
Hex A7 45 1B 0 3B 54 23 12 48 26
Octal 247 105 33 0 73 124 43 22 110 46
Binary 10100111 1000101 11011 0 111011 1010100 100011 10010 1001000 100110

Color Harmonies of #A7451B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7451B

Black with #A7451B

Text Example


Text Example

White with #A7451B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7451B; }

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

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

background-color css

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

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

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

border-color css

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

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

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