Html Css Color HEX #AC533C Orange Roughy

📋 copy color: '#AC533C'

red 172 ◦ green 83 ◦ blue 60

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

Shades of Orange Roughy #AC533C

Tints of Orange Roughy #AC533C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.05%

R = 54.6%
G = 26.35%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC533C (or 0xAC533C) is known color: Orange Roughy. HEX triplet: AC, 53 and 3C. RGB value is (172,83,60). Sum of RGB (Red+Green+Blue) = 172+83+60=315 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.60% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 172 - color contains mainly: red. Hex color #AC533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC533C is #53ACC3. Grayscale: #6B6B6B. Windows color (decimal): -5483716 or 3953580. OLE color: 3953580.

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

Color convert

RGB 172 83 60 -
CMYK 0 0.52 0.65 0.33
HSL 12.32º 0.48% 0.45% -
HSV(B) 12.32º 0.65% 0.67% -
XYZ 20.92 15.28 6.12 -
YUV 106.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 172 83 60 0 0.52 0.65 0.33 12.32 0.48 0.45
Hex AC 53 3C 0 34 41 21 C 30 2D
Octal 254 123 74 0 64 101 41 14 60 55
Binary 10101100 1010011 111100 0 110100 1000001 100001 1100 110000 101101

Color Harmonies of #AC533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC533C

Black with #AC533C

Text Example


Text Example

White with #AC533C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC533C; }

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

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

background-color css

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

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

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

border-color css

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

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

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