Html Css Color HEX #A65236 Orange Roughy

📋 copy color: '#A65236'

red 166 ◦ green 82 ◦ blue 54

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

Shades of Orange Roughy #A65236

Tints of Orange Roughy #A65236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.88%

R = 54.97%
G = 27.15%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A65236 (or 0xA65236) is known color: Orange Roughy. HEX triplet: A6, 52 and 36. RGB value is (166,82,54). Sum of RGB (Red+Green+Blue) = 166+82+54=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 54 (21.48% from 255 or 17.88% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65236 is #59ADC9. Grayscale: #686868. Windows color (decimal): -5877194 or 3560102. OLE color: 3560102.

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

Color convert

RGB 166 82 54 -
CMYK 0 0.51 0.67 0.35
HSL 15º 0.51% 0.43% -
HSV(B) 15º 0.67% 0.65% -
XYZ 19.41 14.41 5.25 -
YUV 103.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 166 82 54 0 0.51 0.67 0.35 15 0.51 0.43
Hex A6 52 36 0 33 43 23 F 33 2B
Octal 246 122 66 0 63 103 43 17 63 53
Binary 10100110 1010010 110110 0 110011 1000011 100011 1111 110011 101011

Color Harmonies of #A65236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65236

Black with #A65236

Text Example


Text Example

White with #A65236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65236; }

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

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

background-color css

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

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

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

border-color css

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

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

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