Html Css Color HEX #A64B1D Rich Gold

📋 copy color: '#A64B1D'

red 166 ◦ green 75 ◦ blue 29

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

Shades of Rich Gold #A64B1D

Tints of Rich Gold #A64B1D

RGB

 RED value IS 166 (65.23% from 255) = 61.48%

 GREEN value IS 75 (29.69% from 255) = 27.78%

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

R = 61.48%
G = 27.78%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A64B1D (or 0xA64B1D) is known color: Rich Gold. HEX triplet: A6, 4B and 1D. RGB value is (166,75,29). Sum of RGB (Red+Green+Blue) = 166+75+29=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A64B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64B1D is #59B4E2. Grayscale: #616161. Windows color (decimal): -5879011 or 1919910. OLE color: 1919910.

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

Color convert

RGB 166 75 29 -
CMYK 0 0.55 0.83 0.35
HSL 20.15º 0.7% 0.38% -
HSV(B) 20.15º 0.83% 0.65% -
XYZ 18.46 13.23 2.74 -
YUV 96.97 89.65 177.24 -
System Red Green Blue C M Y K H S L
Decimal 166 75 29 0 0.55 0.83 0.35 20.15 0.7 0.38
Hex A6 4B 1D 0 37 53 23 14 46 26
Octal 246 113 35 0 67 123 43 24 106 46
Binary 10100110 1001011 11101 0 110111 1010011 100011 10100 1000110 100110

Color Harmonies of #A64B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64B1D

Black with #A64B1D

Text Example


Text Example

White with #A64B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64B1D; }

 p { color: rgb(166,75,29); }

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

background-color css

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

 a { background-color: rgb(166,75,29); }

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

border-color css

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

 span { border-color: rgb(166,75,29); }

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