Html Css Color HEX #A25136 Orange Roughy

📋 copy color: '#A25136'

red 162 ◦ green 81 ◦ blue 54

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

Shades of Orange Roughy #A25136

Tints of Orange Roughy #A25136

RGB

 RED value IS 162 (63.67% from 255) = 54.55%

 GREEN value IS 81 (32.03% from 255) = 27.27%

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 54.55%
G = 27.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A25136 (or 0xA25136) is known color: Orange Roughy. HEX triplet: A2, 51 and 36. RGB value is (162,81,54). Sum of RGB (Red+Green+Blue) = 162+81+54=297 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.55% from 297); Green value is 81 (32.03% from 255 or 27.27% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 162 - color contains mainly: red. Hex color #A25136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25136 is #5DAEC9. Grayscale: #666666. Windows color (decimal): -6139594 or 3559842. OLE color: 3559842.

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

Color convert

RGB 162 81 54 -
CMYK 0 0.50 0.67 0.36
HSL 15º 0.5% 0.42% -
HSV(B) 15º 0.67% 0.64% -
XYZ 18.51 13.83 5.18 -
YUV 102.14 100.84 170.7 -
System Red Green Blue C M Y K H S L
Decimal 162 81 54 0 0.50 0.67 0.36 15 0.5 0.42
Hex A2 51 36 0 32 43 24 F 32 2A
Octal 242 121 66 0 62 103 44 17 62 52
Binary 10100010 1010001 110110 0 110010 1000011 100100 1111 110010 101010

Color Harmonies of #A25136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25136

Black with #A25136

Text Example


Text Example

White with #A25136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25136; }

 p { color: rgb(162,81,54); }

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

background-color css

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

 a { background-color: rgb(162,81,54); }

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

border-color css

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

 span { border-color: rgb(162,81,54); }

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