Html Css Color HEX #A54C34 Orange Roughy

📋 copy color: '#A54C34'

red 165 ◦ green 76 ◦ blue 52

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

Shades of Orange Roughy #A54C34

Tints of Orange Roughy #A54C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.75%

R = 56.31%
G = 25.94%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A54C34 (or 0xA54C34) is known color: Orange Roughy. HEX triplet: A5, 4C and 34. RGB value is (165,76,52). Sum of RGB (Red+Green+Blue) = 165+76+52=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A54C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A54C34 is #5AB3CB. Grayscale: #646464. Windows color (decimal): -5944268 or 3427493. OLE color: 3427493.

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

Color convert

RGB 165 76 52 -
CMYK 0 0.54 0.68 0.35
HSL 12.74º 0.52% 0.43% -
HSV(B) 12.74º 0.68% 0.65% -
XYZ 18.72 13.42 4.85 -
YUV 99.88 100.99 174.45 -
System Red Green Blue C M Y K H S L
Decimal 165 76 52 0 0.54 0.68 0.35 12.74 0.52 0.43
Hex A5 4C 34 0 36 44 23 D 34 2B
Octal 245 114 64 0 66 104 43 15 64 53
Binary 10100101 1001100 110100 0 110110 1000100 100011 1101 110100 101011

Color Harmonies of #A54C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54C34

Black with #A54C34

Text Example


Text Example

White with #A54C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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