Html Css Color HEX #A3431C Rich Gold

📋 copy color: '#A3431C'

red 163 ◦ green 67 ◦ blue 28

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

Shades of Rich Gold #A3431C

Tints of Rich Gold #A3431C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 63.18%
G = 25.97%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A3431C (or 0xA3431C) is known color: Rich Gold. HEX triplet: A3, 43 and 1C. RGB value is (163,67,28). Sum of RGB (Red+Green+Blue) = 163+67+28=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3431C is #5CBCE3. Grayscale: #5B5B5B. Windows color (decimal): -6077668 or 1852323. OLE color: 1852323.

HSL color Cylindrical-coordinate representation of color #A3431C: hue angle of 17.33º degrees, saturation: 0.71, 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 #A3431C is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 67 28 -
CMYK 0 0.59 0.83 0.36
HSL 17.33º 0.71% 0.37% -
HSV(B) 17.33º 0.83% 0.64% -
XYZ 17.32 11.88 2.48 -
YUV 91.26 92.3 179.17 -
System Red Green Blue C M Y K H S L
Decimal 163 67 28 0 0.59 0.83 0.36 17.33 0.71 0.37
Hex A3 43 1C 0 3B 53 24 11 47 25
Octal 243 103 34 0 73 123 44 21 107 45
Binary 10100011 1000011 11100 0 111011 1010011 100100 10001 1000111 100101

Color Harmonies of #A3431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3431C

Black with #A3431C

Text Example


Text Example

White with #A3431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3431C; }

 p { color: rgb(163,67,28); }

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

background-color css

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

 a { background-color: rgb(163,67,28); }

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

border-color css

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

 span { border-color: rgb(163,67,28); }

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