Html Css Color HEX #A7542A Rich Gold

📋 copy color: '#A7542A'

red 167 ◦ green 84 ◦ blue 42

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

Shades of Rich Gold #A7542A

Tints of Rich Gold #A7542A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.33%

R = 57%
G = 28.67%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7542A (or 0xA7542A) is known color: Rich Gold. HEX triplet: A7, 54 and 2A. RGB value is (167,84,42). Sum of RGB (Red+Green+Blue) = 167+84+42=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A7542A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7542A is #58ABD5. Grayscale: #686868. Windows color (decimal): -5811158 or 2774183. OLE color: 2774183.

HSL color Cylindrical-coordinate representation of color #A7542A: hue angle of 20.16º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A7542A is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 84 42 -
CMYK 0 0.50 0.75 0.35
HSL 20.16º 0.6% 0.41% -
HSV(B) 20.16º 0.75% 0.65% -
XYZ 19.52 14.72 4 -
YUV 104.03 93 172.92 -
System Red Green Blue C M Y K H S L
Decimal 167 84 42 0 0.50 0.75 0.35 20.16 0.6 0.41
Hex A7 54 2A 0 32 4B 23 14 3C 29
Octal 247 124 52 0 62 113 43 24 74 51
Binary 10100111 1010100 101010 0 110010 1001011 100011 10100 111100 101001

Color Harmonies of #A7542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7542A

Black with #A7542A

Text Example


Text Example

White with #A7542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7542A; }

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

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

background-color css

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

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

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

border-color css

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

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

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