Html Css Color HEX #A7561A Rich Gold

📋 copy color: '#A7561A'

red 167 ◦ green 86 ◦ blue 26

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

Shades of Rich Gold #A7561A

Tints of Rich Gold #A7561A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.82%

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

R = 59.86%
G = 30.82%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7561A (or 0xA7561A) is known color: Rich Gold. HEX triplet: A7, 56 and 1A. RGB value is (167,86,26). Sum of RGB (Red+Green+Blue) = 167+86+26=279 (36% of max value = 765). Red value is 167 (65.62% from 255 or 59.86% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 167 - color contains mainly: red. Hex color #A7561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7561A is #58A9E5. Grayscale: #676767. Windows color (decimal): -5810662 or 1726119. OLE color: 1726119.

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

Color convert

RGB 167 86 26 -
CMYK 0 0.49 0.84 0.35
HSL 25.53º 0.73% 0.38% -
HSV(B) 25.53º 0.84% 0.65% -
XYZ 19.45 14.95 2.84 -
YUV 103.38 84.34 173.38 -
System Red Green Blue C M Y K H S L
Decimal 167 86 26 0 0.49 0.84 0.35 25.53 0.73 0.38
Hex A7 56 1A 0 31 54 23 1A 49 26
Octal 247 126 32 0 61 124 43 32 111 46
Binary 10100111 1010110 11010 0 110001 1010100 100011 11010 1001001 100110

Color Harmonies of #A7561A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7561A

Black with #A7561A

Text Example


Text Example

White with #A7561A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7561A; }

 p { color: rgb(167,86,26); }

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

background-color css

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

 a { background-color: rgb(167,86,26); }

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

border-color css

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

 span { border-color: rgb(167,86,26); }

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