Html Css Color HEX #AB523E Orange Roughy

📋 copy color: '#AB523E'

red 171 ◦ green 82 ◦ blue 62

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

Shades of Orange Roughy #AB523E

Tints of Orange Roughy #AB523E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 54.29%
G = 26.03%
B = 19.68%

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

#AB523E (or 0xAB523E) is known color: Orange Roughy. HEX triplet: AB, 52 and 3E. RGB value is (171,82,62). Sum of RGB (Red+Green+Blue) = 171+82+62=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB523E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB523E is #54ADC1. Grayscale: #6A6A6A. Windows color (decimal): -5549506 or 4084395. OLE color: 4084395.

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

Color convert

RGB 171 82 62 -
CMYK 0 0.52 0.64 0.33
HSL 11.01º 0.47% 0.46% -
HSV(B) 11.01º 0.64% 0.67% -
XYZ 20.68 15.04 6.37 -
YUV 106.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 171 82 62 0 0.52 0.64 0.33 11.01 0.47 0.46
Hex AB 52 3E 0 34 40 21 B 2F 2E
Octal 253 122 76 0 64 100 41 13 57 56
Binary 10101011 1010010 111110 0 110100 1000000 100001 1011 101111 101110

Color Harmonies of #AB523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB523E

Black with #AB523E

Text Example


Text Example

White with #AB523E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB523E; }

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

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

background-color css

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

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

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

border-color css

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

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

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