Html Css Color HEX #A65035 Orange Roughy

📋 copy color: '#A65035'

red 166 ◦ green 80 ◦ blue 53

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

Shades of Orange Roughy #A65035

Tints of Orange Roughy #A65035

RGB

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

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

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

R = 55.52%
G = 26.76%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A65035 (or 0xA65035) is known color: Orange Roughy. HEX triplet: A6, 50 and 35. RGB value is (166,80,53). Sum of RGB (Red+Green+Blue) = 166+80+53=299 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.52% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 53 (21.09% from 255 or 17.73% from 299); Max value from RGB is 166 - color contains mainly: red. Hex color #A65035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65035 is #59AFCA. Grayscale: #666666. Windows color (decimal): -5877707 or 3494054. OLE color: 3494054.

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

Color convert

RGB 166 80 53 -
CMYK 0 0.52 0.68 0.35
HSL 14.34º 0.52% 0.43% -
HSV(B) 14.34º 0.68% 0.65% -
XYZ 19.24 14.1 5.08 -
YUV 102.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 166 80 53 0 0.52 0.68 0.35 14.34 0.52 0.43
Hex A6 50 35 0 34 44 23 E 34 2B
Octal 246 120 65 0 64 104 43 16 64 53
Binary 10100110 1010000 110101 0 110100 1000100 100011 1110 110100 101011

Color Harmonies of #A65035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65035

Black with #A65035

Text Example


Text Example

White with #A65035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65035; }

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

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

background-color css

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

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

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

border-color css

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

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

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