Html Css Color HEX #A54B18 Rich Gold

📋 copy color: '#A54B18'

red 165 ◦ green 75 ◦ blue 24

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

Shades of Rich Gold #A54B18

Tints of Rich Gold #A54B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.09%

R = 62.5%
G = 28.41%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#A54B18 (or 0xA54B18) is known color: Rich Gold. HEX triplet: A5, 4B and 18. RGB value is (165,75,24). Sum of RGB (Red+Green+Blue) = 165+75+24=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 24 (9.77% from 255 or 9.09% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A54B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A54B18 is #5AB4E7. Grayscale: #606060. Windows color (decimal): -5944552 or 1592229. OLE color: 1592229.

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

Color convert

RGB 165 75 24 -
CMYK 0 0.55 0.85 0.35
HSL 21.7º 0.75% 0.37% -
HSV(B) 21.7º 0.85% 0.65% -
XYZ 18.2 13.1 2.43 -
YUV 96.1 87.32 177.15 -
System Red Green Blue C M Y K H S L
Decimal 165 75 24 0 0.55 0.85 0.35 21.7 0.75 0.37
Hex A5 4B 18 0 37 55 23 16 4B 25
Octal 245 113 30 0 67 125 43 26 113 45
Binary 10100101 1001011 11000 0 110111 1010101 100011 10110 1001011 100101

Color Harmonies of #A54B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54B18

Black with #A54B18

Text Example


Text Example

White with #A54B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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