Html Css Color HEX #AB4F3D Orange Roughy

📋 copy color: '#AB4F3D'

red 171 ◦ green 79 ◦ blue 61

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

Shades of Orange Roughy #AB4F3D

Tints of Orange Roughy #AB4F3D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.4%

 BLUE value IS 61 (24.22% from 255) = 19.61%

R = 54.98%
G = 25.4%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB4F3D (or 0xAB4F3D) is known color: Orange Roughy. HEX triplet: AB, 4F and 3D. RGB value is (171,79,61). Sum of RGB (Red+Green+Blue) = 171+79+61=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4F3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB4F3D is #54B0C2. Grayscale: #686868. Windows color (decimal): -5550275 or 4018091. OLE color: 4018091.

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

Color convert

RGB 171 79 61 -
CMYK 0 0.54 0.64 0.33
HSL 9.82º 0.47% 0.45% -
HSV(B) 9.82º 0.64% 0.67% -
XYZ 20.43 14.59 6.15 -
YUV 104.46 103.48 175.46 -
System Red Green Blue C M Y K H S L
Decimal 171 79 61 0 0.54 0.64 0.33 9.82 0.47 0.45
Hex AB 4F 3D 0 36 40 21 A 2F 2D
Octal 253 117 75 0 66 100 41 12 57 55
Binary 10101011 1001111 111101 0 110110 1000000 100001 1010 101111 101101

Color Harmonies of #AB4F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4F3D

Black with #AB4F3D

Text Example


Text Example

White with #AB4F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4F3D; }

 p { color: rgb(171,79,61); }

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

background-color css

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

 a { background-color: rgb(171,79,61); }

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

border-color css

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

 span { border-color: rgb(171,79,61); }

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