Html Css Color HEX #A5501A Rich Gold

📋 copy color: '#A5501A'

red 165 ◦ green 80 ◦ blue 26

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

Shades of Rich Gold #A5501A

Tints of Rich Gold #A5501A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

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

R = 60.89%
G = 29.52%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A5501A (or 0xA5501A) is known color: Rich Gold. HEX triplet: A5, 50 and 1A. RGB value is (165,80,26). Sum of RGB (Red+Green+Blue) = 165+80+26=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A5501A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5501A is #5AAFE5. Grayscale: #636363. Windows color (decimal): -5943270 or 1724581. OLE color: 1724581.

HSL color Cylindrical-coordinate representation of color #A5501A: hue angle of 23.31º 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 #A5501A is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 80 26 -
CMYK 0 0.52 0.84 0.35
HSL 23.31º 0.73% 0.37% -
HSV(B) 23.31º 0.84% 0.65% -
XYZ 18.57 13.81 2.66 -
YUV 99.26 86.66 174.89 -
System Red Green Blue C M Y K H S L
Decimal 165 80 26 0 0.52 0.84 0.35 23.31 0.73 0.37
Hex A5 50 1A 0 34 54 23 17 49 25
Octal 245 120 32 0 64 124 43 27 111 45
Binary 10100101 1010000 11010 0 110100 1010100 100011 10111 1001001 100101

Color Harmonies of #A5501A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5501A

Black with #A5501A

Text Example


Text Example

White with #A5501A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5501A; }

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

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

background-color css

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

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

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

border-color css

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

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

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