Html Css Color HEX #A45B28 Rich Gold

📋 copy color: '#A45B28'

red 164 ◦ green 91 ◦ blue 40

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

Shades of Rich Gold #A45B28

Tints of Rich Gold #A45B28

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.85%

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 55.59%
G = 30.85%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A45B28 (or 0xA45B28) is known color: Rich Gold. HEX triplet: A4, 5B and 28. RGB value is (164,91,40). Sum of RGB (Red+Green+Blue) = 164+91+40=295 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.59% from 295); Green value is 91 (35.94% from 255 or 30.85% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45B28 is #5BA4D7. Grayscale: #6B6B6B. Windows color (decimal): -6005976 or 2644900. OLE color: 2644900.

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

Color convert

RGB 164 91 40 -
CMYK 0 0.45 0.76 0.36
HSL 24.68º 0.61% 0.4% -
HSV(B) 24.68º 0.76% 0.64% -
XYZ 19.43 15.53 3.98 -
YUV 107.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 164 91 40 0 0.45 0.76 0.36 24.68 0.61 0.4
Hex A4 5B 28 0 2D 4C 24 19 3D 28
Octal 244 133 50 0 55 114 44 31 75 50
Binary 10100100 1011011 101000 0 101101 1001100 100100 11001 111101 101000

Color Harmonies of #A45B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45B28

Black with #A45B28

Text Example


Text Example

White with #A45B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45B28; }

 p { color: rgb(164,91,40); }

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

background-color css

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

 a { background-color: rgb(164,91,40); }

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

border-color css

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

 span { border-color: rgb(164,91,40); }

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