Html Css Color HEX #A54C37 Orange Roughy

📋 copy color: '#A54C37'

red 165 ◦ green 76 ◦ blue 55

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

Shades of Orange Roughy #A54C37

Tints of Orange Roughy #A54C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.68%

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 55.74%
G = 25.68%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A54C37 (or 0xA54C37) is known color: Orange Roughy. HEX triplet: A5, 4C and 37. RGB value is (165,76,55). Sum of RGB (Red+Green+Blue) = 165+76+55=296 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.74% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C37 is #5AB3C8. Grayscale: #646464. Windows color (decimal): -5944265 or 3624101. OLE color: 3624101.

HSL color Cylindrical-coordinate representation of color #A54C37: hue angle of 11.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A54C37 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 76 55 -
CMYK 0 0.54 0.67 0.35
HSL 11.45º 0.5% 0.43% -
HSV(B) 11.45º 0.67% 0.65% -
XYZ 18.79 13.44 5.22 -
YUV 100.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 165 76 55 0 0.54 0.67 0.35 11.45 0.5 0.43
Hex A5 4C 37 0 36 43 23 B 32 2B
Octal 245 114 67 0 66 103 43 13 62 53
Binary 10100101 1001100 110111 0 110110 1000011 100011 1011 110010 101011

Color Harmonies of #A54C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C37

Black with #A54C37

Text Example


Text Example

White with #A54C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C37; }

 p { color: rgb(165,76,55); }

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

background-color css

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

 a { background-color: rgb(165,76,55); }

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

border-color css

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

 span { border-color: rgb(165,76,55); }

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