Html Css Color HEX #A5533B Orange Roughy

📋 copy color: '#A5533B'

red 165 ◦ green 83 ◦ blue 59

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

Shades of Orange Roughy #A5533B

Tints of Orange Roughy #A5533B

RGB

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

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

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

R = 53.75%
G = 27.04%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5533B (or 0xA5533B) is known color: Orange Roughy. HEX triplet: A5, 53 and 3B. RGB value is (165,83,59). Sum of RGB (Red+Green+Blue) = 165+83+59=307 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.75% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 165 - color contains mainly: red. Hex color #A5533B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5533B is #5AACC4. Grayscale: #686868. Windows color (decimal): -5942469 or 3888037. OLE color: 3888037.

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

Color convert

RGB 165 83 59 -
CMYK 0 0.50 0.64 0.35
HSL 13.58º 0.47% 0.44% -
HSV(B) 13.58º 0.64% 0.65% -
XYZ 19.4 14.5 5.91 -
YUV 104.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 165 83 59 0 0.50 0.64 0.35 13.58 0.47 0.44
Hex A5 53 3B 0 32 40 23 E 2F 2C
Octal 245 123 73 0 62 100 43 16 57 54
Binary 10100101 1010011 111011 0 110010 1000000 100011 1110 101111 101100

Color Harmonies of #A5533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5533B

Black with #A5533B

Text Example


Text Example

White with #A5533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5533B; }

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

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

background-color css

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

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

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

border-color css

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

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

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