Html Css Color HEX #A3431A Rich Gold

📋 copy color: '#A3431A'

red 163 ◦ green 67 ◦ blue 26

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

Shades of Rich Gold #A3431A

Tints of Rich Gold #A3431A

RGB

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

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

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

R = 63.67%
G = 26.17%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3431A (or 0xA3431A) is known color: Rich Gold. HEX triplet: A3, 43 and 1A. RGB value is (163,67,26). Sum of RGB (Red+Green+Blue) = 163+67+26=256 (33% of max value = 765). Red value is 163 (64.06% from 255 or 63.67% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 163 - color contains mainly: red. Hex color #A3431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3431A is #5CBCE5. Grayscale: #5B5B5B. Windows color (decimal): -6077670 or 1721251. OLE color: 1721251.

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

Color convert

RGB 163 67 26 -
CMYK 0 0.59 0.84 0.36
HSL 17.96º 0.72% 0.37% -
HSV(B) 17.96º 0.84% 0.64% -
XYZ 17.3 11.88 2.36 -
YUV 91.03 91.3 179.33 -
System Red Green Blue C M Y K H S L
Decimal 163 67 26 0 0.59 0.84 0.36 17.96 0.72 0.37
Hex A3 43 1A 0 3B 54 24 12 48 25
Octal 243 103 32 0 73 124 44 22 110 45
Binary 10100011 1000011 11010 0 111011 1010100 100100 10010 1001000 100101

Color Harmonies of #A3431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3431A

Black with #A3431A

Text Example


Text Example

White with #A3431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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