Html Css Color HEX #A64C1A Rich Gold

📋 copy color: '#A64C1A'

red 166 ◦ green 76 ◦ blue 26

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

Shades of Rich Gold #A64C1A

Tints of Rich Gold #A64C1A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.36%

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

R = 61.94%
G = 28.36%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A64C1A (or 0xA64C1A) is known color: Rich Gold. HEX triplet: A6, 4C and 1A. RGB value is (166,76,26). Sum of RGB (Red+Green+Blue) = 166+76+26=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A64C1A is #59B3E5. Grayscale: #616161. Windows color (decimal): -5878758 or 1723558. OLE color: 1723558.

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

Color convert

RGB 166 76 26 -
CMYK 0 0.54 0.84 0.35
HSL 21.43º 0.73% 0.38% -
HSV(B) 21.43º 0.84% 0.65% -
XYZ 18.5 13.35 2.58 -
YUV 97.21 87.82 177.07 -
System Red Green Blue C M Y K H S L
Decimal 166 76 26 0 0.54 0.84 0.35 21.43 0.73 0.38
Hex A6 4C 1A 0 36 54 23 15 49 26
Octal 246 114 32 0 66 124 43 25 111 46
Binary 10100110 1001100 11010 0 110110 1010100 100011 10101 1001001 100110

Color Harmonies of #A64C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C1A

Black with #A64C1A

Text Example


Text Example

White with #A64C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C1A; }

 p { color: rgb(166,76,26); }

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

background-color css

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

 a { background-color: rgb(166,76,26); }

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

border-color css

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

 span { border-color: rgb(166,76,26); }

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