Html Css Color HEX #A8431C Rich Gold

📋 copy color: '#A8431C'

red 168 ◦ green 67 ◦ blue 28

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

Shades of Rich Gold #A8431C

Tints of Rich Gold #A8431C

RGB

 RED value IS 168 (66.02% from 255) = 63.88%

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

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

R = 63.88%
G = 25.48%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8431C (or 0xA8431C) is known color: Rich Gold. HEX triplet: A8, 43 and 1C. RGB value is (168,67,28). Sum of RGB (Red+Green+Blue) = 168+67+28=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8431C is #57BCE3. Grayscale: #5D5D5D. Windows color (decimal): -5749988 or 1852328. OLE color: 1852328.

HSL color Cylindrical-coordinate representation of color #A8431C: hue angle of 16.71º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A8431C is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 67 28 -
CMYK 0 0.60 0.83 0.34
HSL 16.71º 0.71% 0.38% -
HSV(B) 16.71º 0.83% 0.66% -
XYZ 18.37 12.42 2.53 -
YUV 92.75 91.46 181.67 -
System Red Green Blue C M Y K H S L
Decimal 168 67 28 0 0.60 0.83 0.34 16.71 0.71 0.38
Hex A8 43 1C 0 3C 53 22 11 47 26
Octal 250 103 34 0 74 123 42 21 107 46
Binary 10101000 1000011 11100 0 111100 1010011 100010 10001 1000111 100110

Color Harmonies of #A8431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8431C

Black with #A8431C

Text Example


Text Example

White with #A8431C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8431C; }

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

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

background-color css

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

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

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

border-color css

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

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

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