Html Css Color HEX #A54F26 Rich Gold

📋 copy color: '#A54F26'

red 165 ◦ green 79 ◦ blue 38

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

Shades of Rich Gold #A54F26

Tints of Rich Gold #A54F26

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.01%

 BLUE value IS 38 (15.23% from 255) = 13.48%

R = 58.51%
G = 28.01%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#A54F26 (or 0xA54F26) is known color: Rich Gold. HEX triplet: A5, 4F and 26. RGB value is (165,79,38). Sum of RGB (Red+Green+Blue) = 165+79+38=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 79 (31.25% from 255 or 28.01% from 282); Blue value is 38 (15.23% from 255 or 13.48% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A54F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54F26 is #5AB0D9. Grayscale: #646464. Windows color (decimal): -5943514 or 2510757. OLE color: 2510757.

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

Color convert

RGB 165 79 38 -
CMYK 0 0.52 0.77 0.35
HSL 19.37º 0.63% 0.4% -
HSV(B) 19.37º 0.77% 0.65% -
XYZ 18.66 13.73 3.5 -
YUV 100.04 92.99 174.33 -
System Red Green Blue C M Y K H S L
Decimal 165 79 38 0 0.52 0.77 0.35 19.37 0.63 0.4
Hex A5 4F 26 0 34 4D 23 13 3F 28
Octal 245 117 46 0 64 115 43 23 77 50
Binary 10100101 1001111 100110 0 110100 1001101 100011 10011 111111 101000

Color Harmonies of #A54F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54F26

Black with #A54F26

Text Example


Text Example

White with #A54F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54F26; }

 p { color: rgb(165,79,38); }

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

background-color css

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

 a { background-color: rgb(165,79,38); }

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

border-color css

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

 span { border-color: rgb(165,79,38); }

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