Html Css Color HEX #A8451C Rich Gold

📋 copy color: '#A8451C'

red 168 ◦ green 69 ◦ blue 28

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

Shades of Rich Gold #A8451C

Tints of Rich Gold #A8451C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.04%

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

R = 63.4%
G = 26.04%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8451C (or 0xA8451C) is known color: Rich Gold. HEX triplet: A8, 45 and 1C. RGB value is (168,69,28). Sum of RGB (Red+Green+Blue) = 168+69+28=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8451C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8451C is #57BAE3. Grayscale: #5E5E5E. Windows color (decimal): -5749476 or 1852840. OLE color: 1852840.

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

Color convert

RGB 168 69 28 -
CMYK 0 0.59 0.83 0.34
HSL 17.57º 0.71% 0.38% -
HSV(B) 17.57º 0.83% 0.66% -
XYZ 18.49 12.66 2.57 -
YUV 93.93 90.8 180.83 -
System Red Green Blue C M Y K H S L
Decimal 168 69 28 0 0.59 0.83 0.34 17.57 0.71 0.38
Hex A8 45 1C 0 3B 53 22 12 47 26
Octal 250 105 34 0 73 123 42 22 107 46
Binary 10101000 1000101 11100 0 111011 1010011 100010 10010 1000111 100110

Color Harmonies of #A8451C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8451C

Black with #A8451C

Text Example


Text Example

White with #A8451C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8451C; }

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

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

background-color css

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

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

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

border-color css

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

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

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