Html Css Color HEX #A65338 Orange Roughy

📋 copy color: '#A65338'

red 166 ◦ green 83 ◦ blue 56

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

Shades of Orange Roughy #A65338

Tints of Orange Roughy #A65338

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.21%

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

R = 54.43%
G = 27.21%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A65338 (or 0xA65338) is known color: Orange Roughy. HEX triplet: A6, 53 and 38. RGB value is (166,83,56). Sum of RGB (Red+Green+Blue) = 166+83+56=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 56 (22.27% from 255 or 18.36% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A65338 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65338 is #59ACC7. Grayscale: #686868. Windows color (decimal): -5876936 or 3691430. OLE color: 3691430.

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

Color convert

RGB 166 83 56 -
CMYK 0 0.50 0.66 0.35
HSL 14.73º 0.5% 0.44% -
HSV(B) 14.73º 0.66% 0.65% -
XYZ 19.53 14.58 5.53 -
YUV 104.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 166 83 56 0 0.50 0.66 0.35 14.73 0.5 0.44
Hex A6 53 38 0 32 42 23 F 32 2C
Octal 246 123 70 0 62 102 43 17 62 54
Binary 10100110 1010011 111000 0 110010 1000010 100011 1111 110010 101100

Color Harmonies of #A65338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65338

Black with #A65338

Text Example


Text Example

White with #A65338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65338; }

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

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

background-color css

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

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

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

border-color css

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

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

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