Html Css Color HEX #A65334 Orange Roughy

📋 copy color: '#A65334'

red 166 ◦ green 83 ◦ blue 52

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

Shades of Orange Roughy #A65334

Tints of Orange Roughy #A65334

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.57%

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 55.15%
G = 27.57%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#A65334 (or 0xA65334) is known color: Orange Roughy. HEX triplet: A6, 53 and 34. RGB value is (166,83,52). Sum of RGB (Red+Green+Blue) = 166+83+52=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A65334 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65334 is #59ACCB. Grayscale: #686868. Windows color (decimal): -5876940 or 3429286. OLE color: 3429286.

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

Color convert

RGB 166 83 52 -
CMYK 0 0.50 0.69 0.35
HSL 16.32º 0.52% 0.43% -
HSV(B) 16.32º 0.69% 0.65% -
XYZ 19.44 14.54 5.03 -
YUV 104.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 166 83 52 0 0.50 0.69 0.35 16.32 0.52 0.43
Hex A6 53 34 0 32 45 23 10 34 2B
Octal 246 123 64 0 62 105 43 20 64 53
Binary 10100110 1010011 110100 0 110010 1000101 100011 10000 110100 101011

Color Harmonies of #A65334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65334

Black with #A65334

Text Example


Text Example

White with #A65334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65334; }

 p { color: rgb(166,83,52); }

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

background-color css

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

 a { background-color: rgb(166,83,52); }

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

border-color css

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

 span { border-color: rgb(166,83,52); }

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