Html Css Color HEX #A25638 Orange Roughy

📋 copy color: '#A25638'

red 162 ◦ green 86 ◦ blue 56

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

Shades of Orange Roughy #A25638

Tints of Orange Roughy #A25638

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.29%

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

R = 53.29%
G = 28.29%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A25638 (or 0xA25638) is known color: Orange Roughy. HEX triplet: A2, 56 and 38. RGB value is (162,86,56). Sum of RGB (Red+Green+Blue) = 162+86+56=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A25638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25638 is #5DA9C7. Grayscale: #696969. Windows color (decimal): -6138312 or 3692194. OLE color: 3692194.

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

Color convert

RGB 162 86 56 -
CMYK 0 0.47 0.65 0.36
HSL 16.98º 0.49% 0.43% -
HSV(B) 16.98º 0.65% 0.64% -
XYZ 18.94 14.62 5.57 -
YUV 105.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 162 86 56 0 0.47 0.65 0.36 16.98 0.49 0.43
Hex A2 56 38 0 2F 41 24 11 31 2B
Octal 242 126 70 0 57 101 44 21 61 53
Binary 10100010 1010110 111000 0 101111 1000001 100100 10001 110001 101011

Color Harmonies of #A25638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25638

Black with #A25638

Text Example


Text Example

White with #A25638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25638; }

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

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

background-color css

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

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

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

border-color css

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

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

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