Html Css Color HEX #A7431D Rich Gold

📋 copy color: '#A7431D'

red 167 ◦ green 67 ◦ blue 29

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

Shades of Rich Gold #A7431D

Tints of Rich Gold #A7431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

 BLUE value IS 29 (11.72% from 255) = 11.03%

R = 63.5%
G = 25.48%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7431D (or 0xA7431D) is known color: Rich Gold. HEX triplet: A7, 43 and 1D. RGB value is (167,67,29). Sum of RGB (Red+Green+Blue) = 167+67+29=263 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.50% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 29 (11.72% from 255 or 11.03% from 263); Max value from RGB is 167 - color contains mainly: red. Hex color #A7431D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7431D is #58BCE2. Grayscale: #5C5C5C. Windows color (decimal): -5815523 or 1917863. OLE color: 1917863.

HSL color Cylindrical-coordinate representation of color #A7431D: hue angle of 16.52º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A7431D is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 67 29 -
CMYK 0 0.60 0.83 0.35
HSL 16.52º 0.7% 0.38% -
HSV(B) 16.52º 0.83% 0.65% -
XYZ 18.17 12.32 2.58 -
YUV 92.57 92.13 181.09 -
System Red Green Blue C M Y K H S L
Decimal 167 67 29 0 0.60 0.83 0.35 16.52 0.7 0.38
Hex A7 43 1D 0 3C 53 23 11 46 26
Octal 247 103 35 0 74 123 43 21 106 46
Binary 10100111 1000011 11101 0 111100 1010011 100011 10001 1000110 100110

Color Harmonies of #A7431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7431D

Black with #A7431D

Text Example


Text Example

White with #A7431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7431D; }

 p { color: rgb(167,67,29); }

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

background-color css

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

 a { background-color: rgb(167,67,29); }

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

border-color css

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

 span { border-color: rgb(167,67,29); }

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