Html Css Color HEX #A1523C Orange Roughy

📋 copy color: '#A1523C'

red 161 ◦ green 82 ◦ blue 60

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

Shades of Orange Roughy #A1523C

Tints of Orange Roughy #A1523C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.06%

 BLUE value IS 60 (23.83% from 255) = 19.8%

R = 53.14%
G = 27.06%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1523C (or 0xA1523C) is known color: Orange Roughy. HEX triplet: A1, 52 and 3C. RGB value is (161,82,60). Sum of RGB (Red+Green+Blue) = 161+82+60=303 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.14% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 161 - color contains mainly: red. Hex color #A1523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1523C is #5EADC3. Grayscale: #676767. Windows color (decimal): -6204868 or 3953313. OLE color: 3953313.

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

Color convert

RGB 161 82 60 -
CMYK 0 0.49 0.63 0.37
HSL 13.07º 0.46% 0.43% -
HSV(B) 13.07º 0.63% 0.63% -
XYZ 18.53 13.94 5.99 -
YUV 103.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 161 82 60 0 0.49 0.63 0.37 13.07 0.46 0.43
Hex A1 52 3C 0 31 3F 25 D 2E 2B
Octal 241 122 74 0 61 77 45 15 56 53
Binary 10100001 1010010 111100 0 110001 111111 100101 1101 101110 101011

Color Harmonies of #A1523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1523C

Black with #A1523C

Text Example


Text Example

White with #A1523C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1523C; }

 p { color: rgb(161,82,60); }

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

background-color css

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

 a { background-color: rgb(161,82,60); }

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

border-color css

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

 span { border-color: rgb(161,82,60); }

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