Html Css Color HEX #A5541A Rich Gold

📋 copy color: '#A5541A'

red 165 ◦ green 84 ◦ blue 26

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

Shades of Rich Gold #A5541A

Tints of Rich Gold #A5541A

RGB

 RED value IS 165 (64.84% from 255) = 60%

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

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

R = 60%
G = 30.55%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5541A (or 0xA5541A) is known color: Rich Gold. HEX triplet: A5, 54 and 1A. RGB value is (165,84,26). Sum of RGB (Red+Green+Blue) = 165+84+26=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A5541A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5541A is #5AABE5. Grayscale: #656565. Windows color (decimal): -5942246 or 1725605. OLE color: 1725605.

HSL color Cylindrical-coordinate representation of color #A5541A: hue angle of 25.04º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A5541A is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 84 26 -
CMYK 0 0.49 0.84 0.35
HSL 25.04º 0.73% 0.37% -
HSV(B) 25.04º 0.84% 0.65% -
XYZ 18.87 14.41 2.76 -
YUV 101.61 85.34 173.22 -
System Red Green Blue C M Y K H S L
Decimal 165 84 26 0 0.49 0.84 0.35 25.04 0.73 0.37
Hex A5 54 1A 0 31 54 23 19 49 25
Octal 245 124 32 0 61 124 43 31 111 45
Binary 10100101 1010100 11010 0 110001 1010100 100011 11001 1001001 100101

Color Harmonies of #A5541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5541A

Black with #A5541A

Text Example


Text Example

White with #A5541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5541A; }

 p { color: rgb(165,84,26); }

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

background-color css

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

 a { background-color: rgb(165,84,26); }

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

border-color css

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

 span { border-color: rgb(165,84,26); }

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