Html Css Color HEX #AB5335 Orange Roughy

📋 copy color: '#AB5335'

red 171 ◦ green 83 ◦ blue 53

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

Shades of Orange Roughy #AB5335

Tints of Orange Roughy #AB5335

RGB

 RED value IS 171 (67.19% from 255) = 55.7%

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

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

R = 55.7%
G = 27.04%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AB5335 (or 0xAB5335) is known color: Orange Roughy. HEX triplet: AB, 53 and 35. RGB value is (171,83,53). Sum of RGB (Red+Green+Blue) = 171+83+53=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5335 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5335 is #54ACCA. Grayscale: #6A6A6A. Windows color (decimal): -5549259 or 3494827. OLE color: 3494827.

HSL color Cylindrical-coordinate representation of color #AB5335: hue angle of 15.25º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB5335 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 83 53 -
CMYK 0 0.51 0.69 0.33
HSL 15.25º 0.53% 0.44% -
HSV(B) 15.25º 0.69% 0.67% -
XYZ 20.53 15.1 5.2 -
YUV 105.89 98.15 174.44 -
System Red Green Blue C M Y K H S L
Decimal 171 83 53 0 0.51 0.69 0.33 15.25 0.53 0.44
Hex AB 53 35 0 33 45 21 F 35 2C
Octal 253 123 65 0 63 105 41 17 65 54
Binary 10101011 1010011 110101 0 110011 1000101 100001 1111 110101 101100

Color Harmonies of #AB5335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5335

Black with #AB5335

Text Example


Text Example

White with #AB5335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5335; }

 p { color: rgb(171,83,53); }

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

background-color css

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

 a { background-color: rgb(171,83,53); }

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

border-color css

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

 span { border-color: rgb(171,83,53); }

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