Html Css Color HEX #A54A37 Orange Roughy

📋 copy color: '#A54A37'

red 165 ◦ green 74 ◦ blue 55

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

Shades of Orange Roughy #A54A37

Tints of Orange Roughy #A54A37

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.17%

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

R = 56.12%
G = 25.17%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A54A37 (or 0xA54A37) is known color: Orange Roughy. HEX triplet: A5, 4A and 37. RGB value is (165,74,55). Sum of RGB (Red+Green+Blue) = 165+74+55=294 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.12% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54A37 is #5AB5C8. Grayscale: #636363. Windows color (decimal): -5944777 or 3623589. OLE color: 3623589.

HSL color Cylindrical-coordinate representation of color #A54A37: hue angle of 10.36º 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 #A54A37 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 74 55 -
CMYK 0 0.55 0.67 0.35
HSL 10.36º 0.5% 0.43% -
HSV(B) 10.36º 0.67% 0.65% -
XYZ 18.66 13.17 5.17 -
YUV 99.04 103.15 175.04 -
System Red Green Blue C M Y K H S L
Decimal 165 74 55 0 0.55 0.67 0.35 10.36 0.5 0.43
Hex A5 4A 37 0 37 43 23 A 32 2B
Octal 245 112 67 0 67 103 43 12 62 53
Binary 10100101 1001010 110111 0 110111 1000011 100011 1010 110010 101011

Color Harmonies of #A54A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54A37

Black with #A54A37

Text Example


Text Example

White with #A54A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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