Html Css Color HEX #A54B15 Rich Gold

📋 copy color: '#A54B15'

red 165 ◦ green 75 ◦ blue 21

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

Shades of Rich Gold #A54B15

Tints of Rich Gold #A54B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 63.22%
G = 28.74%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A54B15 (or 0xA54B15) is known color: Rich Gold. HEX triplet: A5, 4B and 15. RGB value is (165,75,21). Sum of RGB (Red+Green+Blue) = 165+75+21=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54B15 is #5AB4EA. Grayscale: #606060. Windows color (decimal): -5944555 or 1395621. OLE color: 1395621.

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

Color convert

RGB 165 75 21 -
CMYK 0 0.55 0.87 0.35
HSL 22.5º 0.77% 0.36% -
HSV(B) 22.5º 0.87% 0.65% -
XYZ 18.17 13.09 2.28 -
YUV 95.75 85.82 177.39 -
System Red Green Blue C M Y K H S L
Decimal 165 75 21 0 0.55 0.87 0.35 22.5 0.77 0.36
Hex A5 4B 15 0 37 57 23 16 4D 24
Octal 245 113 25 0 67 127 43 26 115 44
Binary 10100101 1001011 10101 0 110111 1010111 100011 10110 1001101 100100

Color Harmonies of #A54B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B15

Black with #A54B15

Text Example


Text Example

White with #A54B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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