Html Css Color HEX #A54E30 Orange Roughy

📋 copy color: '#A54E30'

red 165 ◦ green 78 ◦ blue 48

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

Shades of Orange Roughy #A54E30

Tints of Orange Roughy #A54E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.49%

R = 56.7%
G = 26.8%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.35

RGB Variations

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

Color information

#A54E30 (or 0xA54E30) is known color: Orange Roughy. HEX triplet: A5, 4E and 30. RGB value is (165,78,48). Sum of RGB (Red+Green+Blue) = 165+78+48=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 48 (19.14% from 255 or 16.49% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54E30 is #5AB1CF. Grayscale: #646464. Windows color (decimal): -5943760 or 3165861. OLE color: 3165861.

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

Color convert

RGB 165 78 48 -
CMYK 0 0.53 0.71 0.35
HSL 15.38º 0.55% 0.42% -
HSV(B) 15.38º 0.71% 0.65% -
XYZ 18.77 13.66 4.44 -
YUV 100.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 165 78 48 0 0.53 0.71 0.35 15.38 0.55 0.42
Hex A5 4E 30 0 35 47 23 F 37 2A
Octal 245 116 60 0 65 107 43 17 67 52
Binary 10100101 1001110 110000 0 110101 1000111 100011 1111 110111 101010

Color Harmonies of #A54E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54E30

Black with #A54E30

Text Example


Text Example

White with #A54E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54E30; }

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

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

background-color css

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

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

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

border-color css

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

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

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