Html Css Color HEX #A15438 Orange Roughy

📋 copy color: '#A15438'

red 161 ◦ green 84 ◦ blue 56

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

Shades of Orange Roughy #A15438

Tints of Orange Roughy #A15438

RGB

 RED value IS 161 (63.28% from 255) = 53.49%

 GREEN value IS 84 (33.2% from 255) = 27.91%

 BLUE value IS 56 (22.27% from 255) = 18.6%

R = 53.49%
G = 27.91%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A15438 (or 0xA15438) is known color: Orange Roughy. HEX triplet: A1, 54 and 38. RGB value is (161,84,56). Sum of RGB (Red+Green+Blue) = 161+84+56=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A15438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15438 is #5EABC7. Grayscale: #686868. Windows color (decimal): -6204360 or 3691681. OLE color: 3691681.

HSL color Cylindrical-coordinate representation of color #A15438: hue angle of 16º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A15438 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 84 56 -
CMYK 0 0.48 0.65 0.37
HSL 16º 0.48% 0.43% -
HSV(B) 16º 0.65% 0.63% -
XYZ 18.58 14.2 5.5 -
YUV 103.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 161 84 56 0 0.48 0.65 0.37 16 0.48 0.43
Hex A1 54 38 0 30 41 25 10 30 2B
Octal 241 124 70 0 60 101 45 20 60 53
Binary 10100001 1010100 111000 0 110000 1000001 100101 10000 110000 101011

Color Harmonies of #A15438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15438

Black with #A15438

Text Example


Text Example

White with #A15438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15438; }

 p { color: rgb(161,84,56); }

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

background-color css

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

 a { background-color: rgb(161,84,56); }

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

border-color css

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

 span { border-color: rgb(161,84,56); }

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