Html Css Color HEX #A8481A Rich Gold

📋 copy color: '#A8481A'

red 168 ◦ green 72 ◦ blue 26

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

Shades of Rich Gold #A8481A

Tints of Rich Gold #A8481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.07%

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

R = 63.16%
G = 27.07%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A8481A (or 0xA8481A) is known color: Rich Gold. HEX triplet: A8, 48 and 1A. RGB value is (168,72,26). Sum of RGB (Red+Green+Blue) = 168+72+26=266 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.16% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 26 (10.55% from 255 or 9.77% from 266); Max value from RGB is 168 - color contains mainly: red. Hex color #A8481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8481A is #57B7E5. Grayscale: #5F5F5F. Windows color (decimal): -5748710 or 1722536. OLE color: 1722536.

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

Color convert

RGB 168 72 26 -
CMYK 0 0.57 0.85 0.34
HSL 19.44º 0.73% 0.38% -
HSV(B) 19.44º 0.85% 0.66% -
XYZ 18.65 13.03 2.51 -
YUV 95.46 88.8 179.74 -
System Red Green Blue C M Y K H S L
Decimal 168 72 26 0 0.57 0.85 0.34 19.44 0.73 0.38
Hex A8 48 1A 0 39 55 22 13 49 26
Octal 250 110 32 0 71 125 42 23 111 46
Binary 10101000 1001000 11010 0 111001 1010101 100010 10011 1001001 100110

Color Harmonies of #A8481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8481A

Black with #A8481A

Text Example


Text Example

White with #A8481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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