Html Css Color HEX #A54B21 Rich Gold

📋 copy color: '#A54B21'

red 165 ◦ green 75 ◦ blue 33

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

Shades of Rich Gold #A54B21

Tints of Rich Gold #A54B21

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.47%

 BLUE value IS 33 (13.28% from 255) = 12.09%

R = 60.44%
G = 27.47%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.8

 K value IS 0.35

RGB Variations

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

Color information

#A54B21 (or 0xA54B21) is known color: Rich Gold. HEX triplet: A5, 4B and 21. RGB value is (165,75,33). Sum of RGB (Red+Green+Blue) = 165+75+33=273 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.44% from 273); Green value is 75 (29.69% from 255 or 27.47% from 273); Blue value is 33 (13.28% from 255 or 12.09% from 273); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54B21 is #5AB4DE. Grayscale: #616161. Windows color (decimal): -5944543 or 2182053. OLE color: 2182053.

HSL color Cylindrical-coordinate representation of color #A54B21: hue angle of 19.09º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A54B21 is Cyan = 0, Magento = 0.55, Yellow = 0.8 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 75 33 -
CMYK 0 0.55 0.8 0.35
HSL 19.09º 0.67% 0.39% -
HSV(B) 19.09º 0.8% 0.65% -
XYZ 18.31 13.14 3.01 -
YUV 97.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 165 75 33 0 0.55 0.8 0.35 19.09 0.67 0.39
Hex A5 4B 21 0 37 50 23 13 43 27
Octal 245 113 41 0 67 120 43 23 103 47
Binary 10100101 1001011 100001 0 110111 1010000 100011 10011 1000011 100111

Color Harmonies of #A54B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B21

Black with #A54B21

Text Example


Text Example

White with #A54B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B21; }

 p { color: rgb(165,75,33); }

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

background-color css

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

 a { background-color: rgb(165,75,33); }

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

border-color css

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

 span { border-color: rgb(165,75,33); }

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