Html Css Color HEX #A65038 Orange Roughy

📋 copy color: '#A65038'

red 166 ◦ green 80 ◦ blue 56

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

Shades of Orange Roughy #A65038

Tints of Orange Roughy #A65038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 54.97%
G = 26.49%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A65038 (or 0xA65038) is known color: Orange Roughy. HEX triplet: A6, 50 and 38. RGB value is (166,80,56). Sum of RGB (Red+Green+Blue) = 166+80+56=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A65038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65038 is #59AFC7. Grayscale: #676767. Windows color (decimal): -5877704 or 3690662. OLE color: 3690662.

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

Color convert

RGB 166 80 56 -
CMYK 0 0.52 0.66 0.35
HSL 13.09º 0.5% 0.44% -
HSV(B) 13.09º 0.66% 0.65% -
XYZ 19.31 14.13 5.45 -
YUV 102.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 166 80 56 0 0.52 0.66 0.35 13.09 0.5 0.44
Hex A6 50 38 0 34 42 23 D 32 2C
Octal 246 120 70 0 64 102 43 15 62 54
Binary 10100110 1010000 111000 0 110100 1000010 100011 1101 110010 101100

Color Harmonies of #A65038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65038

Black with #A65038

Text Example


Text Example

White with #A65038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65038; }

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

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

background-color css

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

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

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

border-color css

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

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

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