Html Css Color HEX #A5523E Orange Roughy

📋 copy color: '#A5523E'

red 165 ◦ green 82 ◦ blue 62

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

Shades of Orange Roughy #A5523E

Tints of Orange Roughy #A5523E

RGB

 RED value IS 165 (64.84% from 255) = 53.4%

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

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 53.4%
G = 26.54%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5523E (or 0xA5523E) is known color: Orange Roughy. HEX triplet: A5, 52 and 3E. RGB value is (165,82,62). Sum of RGB (Red+Green+Blue) = 165+82+62=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5523E is #5AADC1. Grayscale: #686868. Windows color (decimal): -5942722 or 4084389. OLE color: 4084389.

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

Color convert

RGB 165 82 62 -
CMYK 0 0.50 0.62 0.35
HSL 11.65º 0.45% 0.45% -
HSV(B) 11.65º 0.62% 0.65% -
XYZ 19.4 14.38 6.31 -
YUV 104.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 165 82 62 0 0.50 0.62 0.35 11.65 0.45 0.45
Hex A5 52 3E 0 32 3E 23 C 2D 2D
Octal 245 122 76 0 62 76 43 14 55 55
Binary 10100101 1010010 111110 0 110010 111110 100011 1100 101101 101101

Color Harmonies of #A5523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5523E

Black with #A5523E

Text Example


Text Example

White with #A5523E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5523E; }

 p { color: rgb(165,82,62); }

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

background-color css

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

 a { background-color: rgb(165,82,62); }

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

border-color css

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

 span { border-color: rgb(165,82,62); }

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