Html Css Color HEX #A54E3A Orange Roughy

📋 copy color: '#A54E3A'

red 165 ◦ green 78 ◦ blue 58

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

Shades of Orange Roughy #A54E3A

Tints of Orange Roughy #A54E3A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.91%

 BLUE value IS 58 (23.05% from 255) = 19.27%

R = 54.82%
G = 25.91%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A54E3A (or 0xA54E3A) is known color: Orange Roughy. HEX triplet: A5, 4E and 3A. RGB value is (165,78,58). Sum of RGB (Red+Green+Blue) = 165+78+58=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E3A is #5AB1C5. Grayscale: #656565. Windows color (decimal): -5943750 or 3821221. OLE color: 3821221.

HSL color Cylindrical-coordinate representation of color #A54E3A: hue angle of 11.21º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54E3A is Cyan = 0, Magento = 0.53, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 78 58 -
CMYK 0 0.53 0.65 0.35
HSL 11.21º 0.48% 0.44% -
HSV(B) 11.21º 0.65% 0.65% -
XYZ 19.01 13.75 5.66 -
YUV 101.73 103.32 173.13 -
System Red Green Blue C M Y K H S L
Decimal 165 78 58 0 0.53 0.65 0.35 11.21 0.48 0.44
Hex A5 4E 3A 0 35 41 23 B 30 2C
Octal 245 116 72 0 65 101 43 13 60 54
Binary 10100101 1001110 111010 0 110101 1000001 100011 1011 110000 101100

Color Harmonies of #A54E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54E3A

Black with #A54E3A

Text Example


Text Example

White with #A54E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54E3A; }

 p { color: rgb(165,78,58); }

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

background-color css

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

 a { background-color: rgb(165,78,58); }

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

border-color css

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

 span { border-color: rgb(165,78,58); }

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