Html Css Color HEX #A65638 Orange Roughy

📋 copy color: '#A65638'

red 166 ◦ green 86 ◦ blue 56

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

Shades of Orange Roughy #A65638

Tints of Orange Roughy #A65638

RGB

 RED value IS 166 (65.23% from 255) = 53.9%

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

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

R = 53.9%
G = 27.92%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A65638 (or 0xA65638) is known color: Orange Roughy. HEX triplet: A6, 56 and 38. RGB value is (166,86,56). Sum of RGB (Red+Green+Blue) = 166+86+56=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A65638 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65638 is #59A9C7. Grayscale: #6A6A6A. Windows color (decimal): -5876168 or 3692198. OLE color: 3692198.

HSL color Cylindrical-coordinate representation of color #A65638: hue angle of 16.36º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A65638 is Cyan = 0, Magento = 0.48, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 86 56 -
CMYK 0 0.48 0.66 0.35
HSL 16.36º 0.5% 0.44% -
HSV(B) 16.36º 0.66% 0.65% -
XYZ 19.77 15.05 5.6 -
YUV 106.5 99.5 170.44 -
System Red Green Blue C M Y K H S L
Decimal 166 86 56 0 0.48 0.66 0.35 16.36 0.5 0.44
Hex A6 56 38 0 30 42 23 10 32 2C
Octal 246 126 70 0 60 102 43 20 62 54
Binary 10100110 1010110 111000 0 110000 1000010 100011 10000 110010 101100

Color Harmonies of #A65638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65638

Black with #A65638

Text Example


Text Example

White with #A65638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65638; }

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

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

background-color css

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

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

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

border-color css

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

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

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