Html Css Color HEX #A8530E Rich Gold

📋 copy color: '#A8530E'

red 168 ◦ green 83 ◦ blue 14

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

Shades of Rich Gold #A8530E

Tints of Rich Gold #A8530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.32%

 BLUE value IS 14 (5.86% from 255) = 5.28%

R = 63.4%
G = 31.32%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8530E (or 0xA8530E) is known color: Rich Gold. HEX triplet: A8, 53 and 0E. RGB value is (168,83,14). Sum of RGB (Red+Green+Blue) = 168+83+14=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A8530E is #57ACF1. Grayscale: #646464. Windows color (decimal): -5745906 or 938920. OLE color: 938920.

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

Color convert

RGB 168 83 14 -
CMYK 0 0.51 0.92 0.34
HSL 26.88º 0.85% 0.36% -
HSV(B) 26.88º 0.92% 0.66% -
XYZ 19.32 14.54 2.2 -
YUV 100.55 79.16 176.11 -
System Red Green Blue C M Y K H S L
Decimal 168 83 14 0 0.51 0.92 0.34 26.88 0.85 0.36
Hex A8 53 E 0 33 5C 22 1B 55 24
Octal 250 123 16 0 63 134 42 33 125 44
Binary 10101000 1010011 1110 0 110011 1011100 100010 11011 1010101 100100

Color Harmonies of #A8530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8530E

Black with #A8530E

Text Example


Text Example

White with #A8530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8530E; }

 p { color: rgb(168,83,14); }

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

background-color css

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

 a { background-color: rgb(168,83,14); }

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

border-color css

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

 span { border-color: rgb(168,83,14); }

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