Html Css Color HEX #A65235 Orange Roughy

📋 copy color: '#A65235'

red 166 ◦ green 82 ◦ blue 53

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

Shades of Orange Roughy #A65235

Tints of Orange Roughy #A65235

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.24%

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

R = 55.15%
G = 27.24%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A65235 (or 0xA65235) is known color: Orange Roughy. HEX triplet: A6, 52 and 35. RGB value is (166,82,53). Sum of RGB (Red+Green+Blue) = 166+82+53=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A65235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65235 is #59ADCA. Grayscale: #686868. Windows color (decimal): -5877195 or 3494566. OLE color: 3494566.

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

Color convert

RGB 166 82 53 -
CMYK 0 0.51 0.68 0.35
HSL 15.4º 0.52% 0.43% -
HSV(B) 15.4º 0.68% 0.65% -
XYZ 19.39 14.4 5.13 -
YUV 103.81 99.33 172.36 -
System Red Green Blue C M Y K H S L
Decimal 166 82 53 0 0.51 0.68 0.35 15.4 0.52 0.43
Hex A6 52 35 0 33 44 23 F 34 2B
Octal 246 122 65 0 63 104 43 17 64 53
Binary 10100110 1010010 110101 0 110011 1000100 100011 1111 110100 101011

Color Harmonies of #A65235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65235

Black with #A65235

Text Example


Text Example

White with #A65235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65235; }

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

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

background-color css

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

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

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

border-color css

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

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

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