Html Css Color HEX #AB4C3A Orange Roughy

📋 copy color: '#AB4C3A'

red 171 ◦ green 76 ◦ blue 58

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

Shades of Orange Roughy #AB4C3A

Tints of Orange Roughy #AB4C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.92%

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 56.07%
G = 24.92%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB4C3A (or 0xAB4C3A) is known color: Orange Roughy. HEX triplet: AB, 4C and 3A. RGB value is (171,76,58). Sum of RGB (Red+Green+Blue) = 171+76+58=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4C3A is #54B3C5. Grayscale: #666666. Windows color (decimal): -5551046 or 3820715. OLE color: 3820715.

HSL color Cylindrical-coordinate representation of color #AB4C3A: hue angle of 9.56º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB4C3A is Cyan = 0, Magento = 0.56, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 76 58 -
CMYK 0 0.56 0.66 0.33
HSL 9.56º 0.49% 0.45% -
HSV(B) 9.56º 0.66% 0.67% -
XYZ 20.14 14.13 5.67 -
YUV 102.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 171 76 58 0 0.56 0.66 0.33 9.56 0.49 0.45
Hex AB 4C 3A 0 38 42 21 A 31 2D
Octal 253 114 72 0 70 102 41 12 61 55
Binary 10101011 1001100 111010 0 111000 1000010 100001 1010 110001 101101

Color Harmonies of #AB4C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4C3A

Black with #AB4C3A

Text Example


Text Example

White with #AB4C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4C3A; }

 p { color: rgb(171,76,58); }

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

background-color css

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

 a { background-color: rgb(171,76,58); }

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

border-color css

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

 span { border-color: rgb(171,76,58); }

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