Html Css Color HEX #A7541B Rich Gold

📋 copy color: '#A7541B'

red 167 ◦ green 84 ◦ blue 27

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

Shades of Rich Gold #A7541B

Tints of Rich Gold #A7541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.22%

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

R = 60.07%
G = 30.22%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7541B (or 0xA7541B) is known color: Rich Gold. HEX triplet: A7, 54 and 1B. RGB value is (167,84,27). Sum of RGB (Red+Green+Blue) = 167+84+27=278 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.07% from 278); Green value is 84 (33.20% from 255 or 30.22% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 167 - color contains mainly: red. Hex color #A7541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7541B is #58ABE4. Grayscale: #666666. Windows color (decimal): -5811173 or 1791143. OLE color: 1791143.

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

Color convert

RGB 167 84 27 -
CMYK 0 0.50 0.84 0.35
HSL 24.43º 0.72% 0.38% -
HSV(B) 24.43º 0.84% 0.65% -
XYZ 19.3 14.64 2.84 -
YUV 102.32 85.5 174.13 -
System Red Green Blue C M Y K H S L
Decimal 167 84 27 0 0.50 0.84 0.35 24.43 0.72 0.38
Hex A7 54 1B 0 32 54 23 18 48 26
Octal 247 124 33 0 62 124 43 30 110 46
Binary 10100111 1010100 11011 0 110010 1010100 100011 11000 1001000 100110

Color Harmonies of #A7541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7541B

Black with #A7541B

Text Example


Text Example

White with #A7541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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