Html Css Color HEX #A7541A Rich Gold

📋 copy color: '#A7541A'

red 167 ◦ green 84 ◦ blue 26

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

Shades of Rich Gold #A7541A

Tints of Rich Gold #A7541A

RGB

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

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

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

R = 60.29%
G = 30.32%
B = 9.39%

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

#A7541A (or 0xA7541A) is known color: Rich Gold. HEX triplet: A7, 54 and 1A. RGB value is (167,84,26). Sum of RGB (Red+Green+Blue) = 167+84+26=277 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.29% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 167 - color contains mainly: red. Hex color #A7541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7541A is #58ABE5. Grayscale: #666666. Windows color (decimal): -5811174 or 1725607. OLE color: 1725607.

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

Color convert

RGB 167 84 26 -
CMYK 0 0.50 0.84 0.35
HSL 24.68º 0.73% 0.38% -
HSV(B) 24.68º 0.84% 0.65% -
XYZ 19.29 14.63 2.78 -
YUV 102.21 85 174.22 -
System Red Green Blue C M Y K H S L
Decimal 167 84 26 0 0.50 0.84 0.35 24.68 0.73 0.38
Hex A7 54 1A 0 32 54 23 19 49 26
Octal 247 124 32 0 62 124 43 31 111 46
Binary 10100111 1010100 11010 0 110010 1010100 100011 11001 1001001 100110

Color Harmonies of #A7541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7541A

Black with #A7541A

Text Example


Text Example

White with #A7541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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