Html Css Color HEX #A25438 Orange Roughy

📋 copy color: '#A25438'

red 162 ◦ green 84 ◦ blue 56

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

Shades of Orange Roughy #A25438

Tints of Orange Roughy #A25438

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.81%

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

R = 53.64%
G = 27.81%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A25438 (or 0xA25438) is known color: Orange Roughy. HEX triplet: A2, 54 and 38. RGB value is (162,84,56). Sum of RGB (Red+Green+Blue) = 162+84+56=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A25438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25438 is #5DABC7. Grayscale: #686868. Windows color (decimal): -6138824 or 3691682. OLE color: 3691682.

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

Color convert

RGB 162 84 56 -
CMYK 0 0.48 0.65 0.36
HSL 15.85º 0.49% 0.43% -
HSV(B) 15.85º 0.65% 0.64% -
XYZ 18.78 14.31 5.51 -
YUV 104.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 162 84 56 0 0.48 0.65 0.36 15.85 0.49 0.43
Hex A2 54 38 0 30 41 24 10 31 2B
Octal 242 124 70 0 60 101 44 20 61 53
Binary 10100010 1010100 111000 0 110000 1000001 100100 10000 110001 101011

Color Harmonies of #A25438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25438

Black with #A25438

Text Example


Text Example

White with #A25438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25438; }

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

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

background-color css

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

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

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

border-color css

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

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

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