Html Css Color HEX #AB4A34 Orange Roughy

📋 copy color: '#AB4A34'

red 171 ◦ green 74 ◦ blue 52

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

Shades of Orange Roughy #AB4A34

Tints of Orange Roughy #AB4A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.92%

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

R = 57.58%
G = 24.92%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB4A34 (or 0xAB4A34) is known color: Orange Roughy. HEX triplet: AB, 4A and 34. RGB value is (171,74,52). Sum of RGB (Red+Green+Blue) = 171+74+52=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A34 is #54B5CB. Grayscale: #646464. Windows color (decimal): -5551564 or 3426987. OLE color: 3426987.

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

Color convert

RGB 171 74 52 -
CMYK 0 0.57 0.70 0.33
HSL 11.09º 0.53% 0.44% -
HSV(B) 11.09º 0.7% 0.67% -
XYZ 19.86 13.8 4.87 -
YUV 100.5 100.64 178.29 -
System Red Green Blue C M Y K H S L
Decimal 171 74 52 0 0.57 0.70 0.33 11.09 0.53 0.44
Hex AB 4A 34 0 39 46 21 B 35 2C
Octal 253 112 64 0 71 106 41 13 65 54
Binary 10101011 1001010 110100 0 111001 1000110 100001 1011 110101 101100

Color Harmonies of #AB4A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4A34

Black with #AB4A34

Text Example


Text Example

White with #AB4A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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