Html Css Color HEX #A65335 Orange Roughy

📋 copy color: '#A65335'

red 166 ◦ green 83 ◦ blue 53

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

Shades of Orange Roughy #A65335

Tints of Orange Roughy #A65335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.55%

R = 54.97%
G = 27.48%
B = 17.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A65335 (or 0xA65335) is known color: Orange Roughy. HEX triplet: A6, 53 and 35. RGB value is (166,83,53). Sum of RGB (Red+Green+Blue) = 166+83+53=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65335 is #59ACCA. Grayscale: #686868. Windows color (decimal): -5876939 or 3494822. OLE color: 3494822.

HSL color Cylindrical-coordinate representation of color #A65335: hue angle of 15.93º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A65335 is Cyan = 0, Magento = 0.50, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 83 53 -
CMYK 0 0.50 0.68 0.35
HSL 15.93º 0.52% 0.43% -
HSV(B) 15.93º 0.68% 0.65% -
XYZ 19.46 14.55 5.15 -
YUV 104.4 99 171.94 -
System Red Green Blue C M Y K H S L
Decimal 166 83 53 0 0.50 0.68 0.35 15.93 0.52 0.43
Hex A6 53 35 0 32 44 23 10 34 2B
Octal 246 123 65 0 62 104 43 20 64 53
Binary 10100110 1010011 110101 0 110010 1000100 100011 10000 110100 101011

Color Harmonies of #A65335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65335

Black with #A65335

Text Example


Text Example

White with #A65335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65335; }

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

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

background-color css

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

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

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

border-color css

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

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

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