Html Css Color HEX #A65435 Orange Roughy

📋 copy color: '#A65435'

red 166 ◦ green 84 ◦ blue 53

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

Shades of Orange Roughy #A65435

Tints of Orange Roughy #A65435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.72%

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

R = 54.79%
G = 27.72%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A65435 (or 0xA65435) is known color: Orange Roughy. HEX triplet: A6, 54 and 35. RGB value is (166,84,53). Sum of RGB (Red+Green+Blue) = 166+84+53=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A65435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65435 is #59ABCA. Grayscale: #696969. Windows color (decimal): -5876683 or 3495078. OLE color: 3495078.

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

Color convert

RGB 166 84 53 -
CMYK 0 0.49 0.68 0.35
HSL 16.46º 0.52% 0.43% -
HSV(B) 16.46º 0.68% 0.65% -
XYZ 19.54 14.7 5.18 -
YUV 104.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 166 84 53 0 0.49 0.68 0.35 16.46 0.52 0.43
Hex A6 54 35 0 31 44 23 10 34 2B
Octal 246 124 65 0 61 104 43 20 64 53
Binary 10100110 1010100 110101 0 110001 1000100 100011 10000 110100 101011

Color Harmonies of #A65435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65435

Black with #A65435

Text Example


Text Example

White with #A65435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65435; }

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

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

background-color css

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

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

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

border-color css

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

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

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