Html Css Color HEX #AB523D Orange Roughy

📋 copy color: '#AB523D'

red 171 ◦ green 82 ◦ blue 61

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

Shades of Orange Roughy #AB523D

Tints of Orange Roughy #AB523D

RGB

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

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

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

R = 54.46%
G = 26.11%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB523D (or 0xAB523D) is known color: Orange Roughy. HEX triplet: AB, 52 and 3D. RGB value is (171,82,61). Sum of RGB (Red+Green+Blue) = 171+82+61=314 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.46% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 171 - color contains mainly: red. Hex color #AB523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB523D is #54ADC2. Grayscale: #6A6A6A. Windows color (decimal): -5549507 or 4018859. OLE color: 4018859.

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

Color convert

RGB 171 82 61 -
CMYK 0 0.52 0.64 0.33
HSL 11.45º 0.47% 0.45% -
HSV(B) 11.45º 0.64% 0.67% -
XYZ 20.65 15.03 6.23 -
YUV 106.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 171 82 61 0 0.52 0.64 0.33 11.45 0.47 0.45
Hex AB 52 3D 0 34 40 21 B 2F 2D
Octal 253 122 75 0 64 100 41 13 57 55
Binary 10101011 1010010 111101 0 110100 1000000 100001 1011 101111 101101

Color Harmonies of #AB523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB523D

Black with #AB523D

Text Example


Text Example

White with #AB523D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB523D; }

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

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

background-color css

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

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

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

border-color css

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

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

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