Html Css Color HEX #A54C3B Orange Roughy

📋 copy color: '#A54C3B'

red 165 ◦ green 76 ◦ blue 59

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

Shades of Orange Roughy #A54C3B

Tints of Orange Roughy #A54C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 55%
G = 25.33%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A54C3B (or 0xA54C3B) is known color: Orange Roughy. HEX triplet: A5, 4C and 3B. RGB value is (165,76,59). Sum of RGB (Red+Green+Blue) = 165+76+59=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C3B is #5AB3C4. Grayscale: #646464. Windows color (decimal): -5944261 or 3886245. OLE color: 3886245.

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

Color convert

RGB 165 76 59 -
CMYK 0 0.54 0.64 0.35
HSL 9.62º 0.47% 0.44% -
HSV(B) 9.62º 0.64% 0.65% -
XYZ 18.89 13.48 5.74 -
YUV 100.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 165 76 59 0 0.54 0.64 0.35 9.62 0.47 0.44
Hex A5 4C 3B 0 36 40 23 A 2F 2C
Octal 245 114 73 0 66 100 43 12 57 54
Binary 10100101 1001100 111011 0 110110 1000000 100011 1010 101111 101100

Color Harmonies of #A54C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C3B

Black with #A54C3B

Text Example


Text Example

White with #A54C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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