Html Css Color HEX #A3441B Rich Gold

📋 copy color: '#A3441B'

red 163 ◦ green 68 ◦ blue 27

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

Shades of Rich Gold #A3441B

Tints of Rich Gold #A3441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.36%

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 63.18%
G = 26.36%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3441B (or 0xA3441B) is known color: Rich Gold. HEX triplet: A3, 44 and 1B. RGB value is (163,68,27). Sum of RGB (Red+Green+Blue) = 163+68+27=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3441B is #5CBBE4. Grayscale: #5B5B5B. Windows color (decimal): -6077413 or 1787043. OLE color: 1787043.

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

Color convert

RGB 163 68 27 -
CMYK 0 0.58 0.83 0.36
HSL 18.09º 0.72% 0.37% -
HSV(B) 18.09º 0.83% 0.64% -
XYZ 17.37 12 2.44 -
YUV 91.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 163 68 27 0 0.58 0.83 0.36 18.09 0.72 0.37
Hex A3 44 1B 0 3A 53 24 12 48 25
Octal 243 104 33 0 72 123 44 22 110 45
Binary 10100011 1000100 11011 0 111010 1010011 100100 10010 1001000 100101

Color Harmonies of #A3441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3441B

Black with #A3441B

Text Example


Text Example

White with #A3441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3441B; }

 p { color: rgb(163,68,27); }

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

background-color css

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

 a { background-color: rgb(163,68,27); }

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

border-color css

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

 span { border-color: rgb(163,68,27); }

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