Html Css Color HEX #A3421A Rich Gold

📋 copy color: '#A3421A'

red 163 ◦ green 66 ◦ blue 26

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

Shades of Rich Gold #A3421A

Tints of Rich Gold #A3421A

RGB

 RED value IS 163 (64.06% from 255) = 63.92%

 GREEN value IS 66 (26.17% from 255) = 25.88%

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

R = 63.92%
G = 25.88%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3421A (or 0xA3421A) is known color: Rich Gold. HEX triplet: A3, 42 and 1A. RGB value is (163,66,26). Sum of RGB (Red+Green+Blue) = 163+66+26=255 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.92% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 163 - color contains mainly: red. Hex color #A3421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3421A is #5CBDE5. Grayscale: #5A5A5A. Windows color (decimal): -6077926 or 1720995. OLE color: 1720995.

HSL color Cylindrical-coordinate representation of color #A3421A: hue angle of 17.52º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3421A is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 66 26 -
CMYK 0 0.60 0.84 0.36
HSL 17.52º 0.72% 0.37% -
HSV(B) 17.52º 0.84% 0.64% -
XYZ 17.24 11.76 2.34 -
YUV 90.44 91.64 179.75 -
System Red Green Blue C M Y K H S L
Decimal 163 66 26 0 0.60 0.84 0.36 17.52 0.72 0.37
Hex A3 42 1A 0 3C 54 24 12 48 25
Octal 243 102 32 0 74 124 44 22 110 45
Binary 10100011 1000010 11010 0 111100 1010100 100100 10010 1001000 100101

Color Harmonies of #A3421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3421A

Black with #A3421A

Text Example


Text Example

White with #A3421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3421A; }

 p { color: rgb(163,66,26); }

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

background-color css

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

 a { background-color: rgb(163,66,26); }

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

border-color css

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

 span { border-color: rgb(163,66,26); }

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