Html Css Color HEX #A25336 Orange Roughy

📋 copy color: '#A25336'

red 162 ◦ green 83 ◦ blue 54

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

Shades of Orange Roughy #A25336

Tints of Orange Roughy #A25336

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

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

R = 54.18%
G = 27.76%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A25336 (or 0xA25336) is known color: Orange Roughy. HEX triplet: A2, 53 and 36. RGB value is (162,83,54). Sum of RGB (Red+Green+Blue) = 162+83+54=299 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.18% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 162 - color contains mainly: red. Hex color #A25336 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25336 is #5DACC9. Grayscale: #676767. Windows color (decimal): -6139082 or 3560354. OLE color: 3560354.

HSL color Cylindrical-coordinate representation of color #A25336: hue angle of 16.11º 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 #A25336 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 83 54 -
CMYK 0 0.49 0.67 0.36
HSL 16.11º 0.5% 0.42% -
HSV(B) 16.11º 0.67% 0.64% -
XYZ 18.66 14.13 5.23 -
YUV 103.32 100.17 169.86 -
System Red Green Blue C M Y K H S L
Decimal 162 83 54 0 0.49 0.67 0.36 16.11 0.5 0.42
Hex A2 53 36 0 31 43 24 10 32 2A
Octal 242 123 66 0 61 103 44 20 62 52
Binary 10100010 1010011 110110 0 110001 1000011 100100 10000 110010 101010

Color Harmonies of #A25336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25336

Black with #A25336

Text Example


Text Example

White with #A25336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25336; }

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

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

background-color css

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

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

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

border-color css

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

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

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