Html Css Color HEX #A74A1A Rich Gold

📋 copy color: '#A74A1A'

red 167 ◦ green 74 ◦ blue 26

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

Shades of Rich Gold #A74A1A

Tints of Rich Gold #A74A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.72%

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

R = 62.55%
G = 27.72%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A74A1A (or 0xA74A1A) is known color: Rich Gold. HEX triplet: A7, 4A and 1A. RGB value is (167,74,26). Sum of RGB (Red+Green+Blue) = 167+74+26=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74A1A is #58B5E5. Grayscale: #606060. Windows color (decimal): -5813734 or 1723047. OLE color: 1723047.

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

Color convert

RGB 167 74 26 -
CMYK 0 0.56 0.84 0.35
HSL 20.43º 0.73% 0.38% -
HSV(B) 20.43º 0.84% 0.65% -
XYZ 18.57 13.19 2.54 -
YUV 96.34 88.31 178.4 -
System Red Green Blue C M Y K H S L
Decimal 167 74 26 0 0.56 0.84 0.35 20.43 0.73 0.38
Hex A7 4A 1A 0 38 54 23 14 49 26
Octal 247 112 32 0 70 124 43 24 111 46
Binary 10100111 1001010 11010 0 111000 1010100 100011 10100 1001001 100110

Color Harmonies of #A74A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74A1A

Black with #A74A1A

Text Example


Text Example

White with #A74A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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