Html Css Color HEX #A54D32 Orange Roughy

📋 copy color: '#A54D32'

red 165 ◦ green 77 ◦ blue 50

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

Shades of Orange Roughy #A54D32

Tints of Orange Roughy #A54D32

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.37%

 BLUE value IS 50 (19.92% from 255) = 17.12%

R = 56.51%
G = 26.37%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A54D32 (or 0xA54D32) is known color: Orange Roughy. HEX triplet: A5, 4D and 32. RGB value is (165,77,50). Sum of RGB (Red+Green+Blue) = 165+77+50=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A54D32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A54D32 is #5AB2CD. Grayscale: #646464. Windows color (decimal): -5944014 or 3296677. OLE color: 3296677.

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

Color convert

RGB 165 77 50 -
CMYK 0 0.53 0.70 0.35
HSL 14.09º 0.53% 0.42% -
HSV(B) 14.09º 0.7% 0.65% -
XYZ 18.75 13.54 4.64 -
YUV 100.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 165 77 50 0 0.53 0.70 0.35 14.09 0.53 0.42
Hex A5 4D 32 0 35 46 23 E 35 2A
Octal 245 115 62 0 65 106 43 16 65 52
Binary 10100101 1001101 110010 0 110101 1000110 100011 1110 110101 101010

Color Harmonies of #A54D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54D32

Black with #A54D32

Text Example


Text Example

White with #A54D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54D32; }

 p { color: rgb(165,77,50); }

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

background-color css

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

 a { background-color: rgb(165,77,50); }

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

border-color css

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

 span { border-color: rgb(165,77,50); }

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