Html Css Color HEX #A45A1A Rich Gold

📋 copy color: '#A45A1A'

red 164 ◦ green 90 ◦ blue 26

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

Shades of Rich Gold #A45A1A

Tints of Rich Gold #A45A1A

RGB

 RED value IS 164 (64.45% from 255) = 58.57%

 GREEN value IS 90 (35.55% from 255) = 32.14%

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

R = 58.57%
G = 32.14%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A45A1A (or 0xA45A1A) is known color: Rich Gold. HEX triplet: A4, 5A and 1A. RGB value is (164,90,26). Sum of RGB (Red+Green+Blue) = 164+90+26=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45A1A is #5BA5E5. Grayscale: #696969. Windows color (decimal): -6006246 or 1727140. OLE color: 1727140.

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

Color convert

RGB 164 90 26 -
CMYK 0 0.45 0.84 0.36
HSL 27.83º 0.73% 0.37% -
HSV(B) 27.83º 0.84% 0.64% -
XYZ 19.15 15.28 2.92 -
YUV 104.83 83.52 170.2 -
System Red Green Blue C M Y K H S L
Decimal 164 90 26 0 0.45 0.84 0.36 27.83 0.73 0.37
Hex A4 5A 1A 0 2D 54 24 1C 49 25
Octal 244 132 32 0 55 124 44 34 111 45
Binary 10100100 1011010 11010 0 101101 1010100 100100 11100 1001001 100101

Color Harmonies of #A45A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45A1A

Black with #A45A1A

Text Example


Text Example

White with #A45A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45A1A; }

 p { color: rgb(164,90,26); }

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

background-color css

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

 a { background-color: rgb(164,90,26); }

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

border-color css

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

 span { border-color: rgb(164,90,26); }

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