Html Css Color HEX #A8541B Rich Gold

📋 copy color: '#A8541B'

red 168 ◦ green 84 ◦ blue 27

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

Shades of Rich Gold #A8541B

Tints of Rich Gold #A8541B

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

 BLUE value IS 27 (10.94% from 255) = 9.68%

R = 60.22%
G = 30.11%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A8541B (or 0xA8541B) is known color: Rich Gold. HEX triplet: A8, 54 and 1B. RGB value is (168,84,27). Sum of RGB (Red+Green+Blue) = 168+84+27=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A8541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8541B is #57ABE4. Grayscale: #666666. Windows color (decimal): -5745637 or 1791144. OLE color: 1791144.

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

Color convert

RGB 168 84 27 -
CMYK 0 0.5 0.84 0.34
HSL 24.26º 0.72% 0.38% -
HSV(B) 24.26º 0.84% 0.66% -
XYZ 19.52 14.74 2.85 -
YUV 102.62 85.33 174.63 -
System Red Green Blue C M Y K H S L
Decimal 168 84 27 0 0.5 0.84 0.34 24.26 0.72 0.38
Hex A8 54 1B 0 32 54 22 18 48 26
Octal 250 124 33 0 62 124 42 30 110 46
Binary 10101000 1010100 11011 0 110010 1010100 100010 11000 1001000 100110

Color Harmonies of #A8541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8541B

Black with #A8541B

Text Example


Text Example

White with #A8541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8541B; }

 p { color: rgb(168,84,27); }

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

background-color css

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

 a { background-color: rgb(168,84,27); }

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

border-color css

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

 span { border-color: rgb(168,84,27); }

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