Html Css Color HEX #A25137 Orange Roughy

📋 copy color: '#A25137'

red 162 ◦ green 81 ◦ blue 55

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

Shades of Orange Roughy #A25137

Tints of Orange Roughy #A25137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.46%

R = 54.36%
G = 27.18%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A25137 (or 0xA25137) is known color: Orange Roughy. HEX triplet: A2, 51 and 37. RGB value is (162,81,55). Sum of RGB (Red+Green+Blue) = 162+81+55=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A25137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25137 is #5DAEC8. Grayscale: #666666. Windows color (decimal): -6139593 or 3625378. OLE color: 3625378.

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

Color convert

RGB 162 81 55 -
CMYK 0 0.50 0.66 0.36
HSL 14.58º 0.49% 0.43% -
HSV(B) 14.58º 0.66% 0.64% -
XYZ 18.53 13.84 5.31 -
YUV 102.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 162 81 55 0 0.50 0.66 0.36 14.58 0.49 0.43
Hex A2 51 37 0 32 42 24 F 31 2B
Octal 242 121 67 0 62 102 44 17 61 53
Binary 10100010 1010001 110111 0 110010 1000010 100100 1111 110001 101011

Color Harmonies of #A25137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25137

Black with #A25137

Text Example


Text Example

White with #A25137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25137; }

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

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

background-color css

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

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

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

border-color css

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

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

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