Html Css Color HEX #AC533A Orange Roughy

📋 copy color: '#AC533A'

red 172 ◦ green 83 ◦ blue 58

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

Shades of Orange Roughy #AC533A

Tints of Orange Roughy #AC533A

RGB

 RED value IS 172 (67.58% from 255) = 54.95%

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 54.95%
G = 26.52%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC533A (or 0xAC533A) is known color: Orange Roughy. HEX triplet: AC, 53 and 3A. RGB value is (172,83,58). Sum of RGB (Red+Green+Blue) = 172+83+58=313 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.95% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 172 - color contains mainly: red. Hex color #AC533A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC533A is #53ACC5. Grayscale: #6A6A6A. Windows color (decimal): -5483718 or 3822508. OLE color: 3822508.

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

Color convert

RGB 172 83 58 -
CMYK 0 0.52 0.66 0.33
HSL 13.16º 0.5% 0.45% -
HSV(B) 13.16º 0.66% 0.67% -
XYZ 20.87 15.26 5.85 -
YUV 106.76 100.49 174.53 -
System Red Green Blue C M Y K H S L
Decimal 172 83 58 0 0.52 0.66 0.33 13.16 0.5 0.45
Hex AC 53 3A 0 34 42 21 D 32 2D
Octal 254 123 72 0 64 102 41 15 62 55
Binary 10101100 1010011 111010 0 110100 1000010 100001 1101 110010 101101

Color Harmonies of #AC533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC533A

Black with #AC533A

Text Example


Text Example

White with #AC533A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC533A; }

 p { color: rgb(172,83,58); }

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

background-color css

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

 a { background-color: rgb(172,83,58); }

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

border-color css

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

 span { border-color: rgb(172,83,58); }

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