Html Css Color HEX #A25038 Orange Roughy

📋 copy color: '#A25038'

red 162 ◦ green 80 ◦ blue 56

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

Shades of Orange Roughy #A25038

Tints of Orange Roughy #A25038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

 BLUE value IS 56 (22.27% from 255) = 18.79%

R = 54.36%
G = 26.85%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A25038 (or 0xA25038) is known color: Orange Roughy. HEX triplet: A2, 50 and 38. RGB value is (162,80,56). Sum of RGB (Red+Green+Blue) = 162+80+56=298 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54.36% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 162 - color contains mainly: red. Hex color #A25038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25038 is #5DAFC7. Grayscale: #656565. Windows color (decimal): -6139848 or 3690658. OLE color: 3690658.

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

Color convert

RGB 162 80 56 -
CMYK 0 0.51 0.65 0.36
HSL 13.58º 0.49% 0.43% -
HSV(B) 13.58º 0.65% 0.64% -
XYZ 18.48 13.7 5.41 -
YUV 101.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 162 80 56 0 0.51 0.65 0.36 13.58 0.49 0.43
Hex A2 50 38 0 33 41 24 E 31 2B
Octal 242 120 70 0 63 101 44 16 61 53
Binary 10100010 1010000 111000 0 110011 1000001 100100 1110 110001 101011

Color Harmonies of #A25038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25038

Black with #A25038

Text Example


Text Example

White with #A25038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25038; }

 p { color: rgb(162,80,56); }

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

background-color css

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

 a { background-color: rgb(162,80,56); }

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

border-color css

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

 span { border-color: rgb(162,80,56); }

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