Html Css Color HEX #AB5234 Orange Roughy

📋 copy color: '#AB5234'

red 171 ◦ green 82 ◦ blue 52

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

Shades of Orange Roughy #AB5234

Tints of Orange Roughy #AB5234

RGB

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

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

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

R = 56.07%
G = 26.89%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB5234 (or 0xAB5234) is known color: Orange Roughy. HEX triplet: AB, 52 and 34. RGB value is (171,82,52). Sum of RGB (Red+Green+Blue) = 171+82+52=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5234 is #54ADCB. Grayscale: #696969. Windows color (decimal): -5549516 or 3429035. OLE color: 3429035.

HSL color Cylindrical-coordinate representation of color #AB5234: hue angle of 15.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 #AB5234 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 82 52 -
CMYK 0 0.52 0.70 0.33
HSL 15.13º 0.53% 0.44% -
HSV(B) 15.13º 0.7% 0.67% -
XYZ 20.43 14.94 5.06 -
YUV 105.19 97.99 174.94 -
System Red Green Blue C M Y K H S L
Decimal 171 82 52 0 0.52 0.70 0.33 15.13 0.53 0.44
Hex AB 52 34 0 34 46 21 F 35 2C
Octal 253 122 64 0 64 106 41 17 65 54
Binary 10101011 1010010 110100 0 110100 1000110 100001 1111 110101 101100

Color Harmonies of #AB5234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5234

Black with #AB5234

Text Example


Text Example

White with #AB5234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5234; }

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

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

background-color css

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

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

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

border-color css

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

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

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