Html Css Color HEX #A25537 Orange Roughy

📋 copy color: '#A25537'

red 162 ◦ green 85 ◦ blue 55

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

Shades of Orange Roughy #A25537

Tints of Orange Roughy #A25537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.15%

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

R = 53.64%
G = 28.15%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A25537 (or 0xA25537) is known color: Orange Roughy. HEX triplet: A2, 55 and 37. RGB value is (162,85,55). Sum of RGB (Red+Green+Blue) = 162+85+55=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A25537 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25537 is #5DAAC8. Grayscale: #686868. Windows color (decimal): -6138569 or 3626402. OLE color: 3626402.

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

Color convert

RGB 162 85 55 -
CMYK 0 0.48 0.66 0.36
HSL 16.82º 0.49% 0.43% -
HSV(B) 16.82º 0.66% 0.64% -
XYZ 18.84 14.45 5.41 -
YUV 104.6 100.01 168.94 -
System Red Green Blue C M Y K H S L
Decimal 162 85 55 0 0.48 0.66 0.36 16.82 0.49 0.43
Hex A2 55 37 0 30 42 24 11 31 2B
Octal 242 125 67 0 60 102 44 21 61 53
Binary 10100010 1010101 110111 0 110000 1000010 100100 10001 110001 101011

Color Harmonies of #A25537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25537

Black with #A25537

Text Example


Text Example

White with #A25537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25537; }

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

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

background-color css

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

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

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

border-color css

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

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

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