Html Css Color HEX #A15035 Orange Roughy

📋 copy color: '#A15035'

red 161 ◦ green 80 ◦ blue 53

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

Shades of Orange Roughy #A15035

Tints of Orange Roughy #A15035

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.21%

 BLUE value IS 53 (21.09% from 255) = 18.03%

R = 54.76%
G = 27.21%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A15035 (or 0xA15035) is known color: Orange Roughy. HEX triplet: A1, 50 and 35. RGB value is (161,80,53). Sum of RGB (Red+Green+Blue) = 161+80+53=294 (38% of max value = 765). Red value is 161 (63.28% from 255 or 54.76% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 53 (21.09% from 255 or 18.03% from 294); Max value from RGB is 161 - color contains mainly: red. Hex color #A15035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15035 is #5EAFCA. Grayscale: #656565. Windows color (decimal): -6205387 or 3494049. OLE color: 3494049.

HSL color Cylindrical-coordinate representation of color #A15035: hue angle of 15º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A15035 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 80 53 -
CMYK 0 0.50 0.67 0.37
HSL 15º 0.5% 0.42% -
HSV(B) 15º 0.67% 0.63% -
XYZ 18.21 13.57 5.03 -
YUV 101.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 161 80 53 0 0.50 0.67 0.37 15 0.5 0.42
Hex A1 50 35 0 32 43 25 F 32 2A
Octal 241 120 65 0 62 103 45 17 62 52
Binary 10100001 1010000 110101 0 110010 1000011 100101 1111 110010 101010

Color Harmonies of #A15035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15035

Black with #A15035

Text Example


Text Example

White with #A15035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15035; }

 p { color: rgb(161,80,53); }

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

background-color css

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

 a { background-color: rgb(161,80,53); }

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

border-color css

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

 span { border-color: rgb(161,80,53); }

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