Html Css Color HEX #AB5434 Orange Roughy

📋 copy color: '#AB5434'

red 171 ◦ green 84 ◦ blue 52

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

Shades of Orange Roughy #AB5434

Tints of Orange Roughy #AB5434

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.36%

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

R = 55.7%
G = 27.36%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB5434 (or 0xAB5434) is known color: Orange Roughy. HEX triplet: AB, 54 and 34. RGB value is (171,84,52). Sum of RGB (Red+Green+Blue) = 171+84+52=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5434 is #54ABCB. Grayscale: #6A6A6A. Windows color (decimal): -5549004 or 3429547. OLE color: 3429547.

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

Color convert

RGB 171 84 52 -
CMYK 0 0.51 0.70 0.33
HSL 16.13º 0.53% 0.44% -
HSV(B) 16.13º 0.7% 0.67% -
XYZ 20.58 15.25 5.11 -
YUV 106.37 97.32 174.1 -
System Red Green Blue C M Y K H S L
Decimal 171 84 52 0 0.51 0.70 0.33 16.13 0.53 0.44
Hex AB 54 34 0 33 46 21 10 35 2C
Octal 253 124 64 0 63 106 41 20 65 54
Binary 10101011 1010100 110100 0 110011 1000110 100001 10000 110101 101100

Color Harmonies of #AB5434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5434

Black with #AB5434

Text Example


Text Example

White with #AB5434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5434; }

 p { color: rgb(171,84,52); }

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

background-color css

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

 a { background-color: rgb(171,84,52); }

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

border-color css

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

 span { border-color: rgb(171,84,52); }

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