Html Css Color HEX #A5583B Orange Roughy

📋 copy color: '#A5583B'

red 165 ◦ green 88 ◦ blue 59

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

Shades of Orange Roughy #A5583B

Tints of Orange Roughy #A5583B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.21%

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 52.88%
G = 28.21%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5583B (or 0xA5583B) is known color: Orange Roughy. HEX triplet: A5, 58 and 3B. RGB value is (165,88,59). Sum of RGB (Red+Green+Blue) = 165+88+59=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5583B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5583B is #5AA7C4. Grayscale: #6B6B6B. Windows color (decimal): -5941189 or 3889317. OLE color: 3889317.

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

Color convert

RGB 165 88 59 -
CMYK 0 0.47 0.64 0.35
HSL 16.42º 0.47% 0.44% -
HSV(B) 16.42º 0.64% 0.65% -
XYZ 19.8 15.29 6.05 -
YUV 107.72 100.51 168.86 -
System Red Green Blue C M Y K H S L
Decimal 165 88 59 0 0.47 0.64 0.35 16.42 0.47 0.44
Hex A5 58 3B 0 2F 40 23 10 2F 2C
Octal 245 130 73 0 57 100 43 20 57 54
Binary 10100101 1011000 111011 0 101111 1000000 100011 10000 101111 101100

Color Harmonies of #A5583B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5583B

Black with #A5583B

Text Example


Text Example

White with #A5583B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5583B; }

 p { color: rgb(165,88,59); }

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

background-color css

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

 a { background-color: rgb(165,88,59); }

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

border-color css

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

 span { border-color: rgb(165,88,59); }

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