Html Css Color HEX #A25133 Orange Roughy

📋 copy color: '#A25133'

red 162 ◦ green 81 ◦ blue 51

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

Shades of Orange Roughy #A25133

Tints of Orange Roughy #A25133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.35%

R = 55.1%
G = 27.55%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A25133 (or 0xA25133) is known color: Orange Roughy. HEX triplet: A2, 51 and 33. RGB value is (162,81,51). Sum of RGB (Red+Green+Blue) = 162+81+51=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A25133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25133 is #5DAECC. Grayscale: #666666. Windows color (decimal): -6139597 or 3363234. OLE color: 3363234.

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

Color convert

RGB 162 81 51 -
CMYK 0 0.50 0.69 0.36
HSL 16.22º 0.52% 0.42% -
HSV(B) 16.22º 0.69% 0.64% -
XYZ 18.44 13.81 4.82 -
YUV 101.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 162 81 51 0 0.50 0.69 0.36 16.22 0.52 0.42
Hex A2 51 33 0 32 45 24 10 34 2A
Octal 242 121 63 0 62 105 44 20 64 52
Binary 10100010 1010001 110011 0 110010 1000101 100100 10000 110100 101010

Color Harmonies of #A25133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25133

Black with #A25133

Text Example


Text Example

White with #A25133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25133; }

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

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

background-color css

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

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

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

border-color css

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

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

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