Html Css Color HEX #A8451A Rich Gold

📋 copy color: '#A8451A'

red 168 ◦ green 69 ◦ blue 26

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

Shades of Rich Gold #A8451A

Tints of Rich Gold #A8451A

RGB

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

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

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

R = 63.88%
G = 26.24%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A8451A (or 0xA8451A) is known color: Rich Gold. HEX triplet: A8, 45 and 1A. RGB value is (168,69,26). Sum of RGB (Red+Green+Blue) = 168+69+26=263 (34% of max value = 765). Red value is 168 (66.02% from 255 or 63.88% from 263); Green value is 69 (27.34% from 255 or 26.24% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 168 - color contains mainly: red. Hex color #A8451A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8451A is #57BAE5. Grayscale: #5D5D5D. Windows color (decimal): -5749478 or 1721768. OLE color: 1721768.

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

Color convert

RGB 168 69 26 -
CMYK 0 0.59 0.85 0.34
HSL 18.17º 0.73% 0.38% -
HSV(B) 18.17º 0.85% 0.66% -
XYZ 18.46 12.66 2.45 -
YUV 93.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 168 69 26 0 0.59 0.85 0.34 18.17 0.73 0.38
Hex A8 45 1A 0 3B 55 22 12 49 26
Octal 250 105 32 0 73 125 42 22 111 46
Binary 10101000 1000101 11010 0 111011 1010101 100010 10010 1001001 100110

Color Harmonies of #A8451A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8451A

Black with #A8451A

Text Example


Text Example

White with #A8451A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8451A; }

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

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

background-color css

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

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

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

border-color css

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

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

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