Html Css Color HEX #A74F26 Rich Gold

📋 copy color: '#A74F26'

red 167 ◦ green 79 ◦ blue 38

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

Shades of Rich Gold #A74F26

Tints of Rich Gold #A74F26

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.82%

 BLUE value IS 38 (15.23% from 255) = 13.38%

R = 58.8%
G = 27.82%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A74F26 (or 0xA74F26) is known color: Rich Gold. HEX triplet: A7, 4F and 26. RGB value is (167,79,38). Sum of RGB (Red+Green+Blue) = 167+79+38=284 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.80% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74F26 is #58B0D9. Grayscale: #646464. Windows color (decimal): -5812442 or 2510759. OLE color: 2510759.

HSL color Cylindrical-coordinate representation of color #A74F26: hue angle of 19.07º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A74F26 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 79 38 -
CMYK 0 0.53 0.77 0.35
HSL 19.07º 0.63% 0.4% -
HSV(B) 19.07º 0.77% 0.65% -
XYZ 19.08 13.95 3.52 -
YUV 100.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 167 79 38 0 0.53 0.77 0.35 19.07 0.63 0.4
Hex A7 4F 26 0 35 4D 23 13 3F 28
Octal 247 117 46 0 65 115 43 23 77 50
Binary 10100111 1001111 100110 0 110101 1001101 100011 10011 111111 101000

Color Harmonies of #A74F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74F26

Black with #A74F26

Text Example


Text Example

White with #A74F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74F26; }

 p { color: rgb(167,79,38); }

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

background-color css

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

 a { background-color: rgb(167,79,38); }

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

border-color css

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

 span { border-color: rgb(167,79,38); }

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