Html Css Color HEX #AC5435 Orange Roughy

📋 copy color: '#AC5435'

red 172 ◦ green 84 ◦ blue 53

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

Shades of Orange Roughy #AC5435

Tints of Orange Roughy #AC5435

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

 BLUE value IS 53 (21.09% from 255) = 17.15%

R = 55.66%
G = 27.18%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#AC5435 (or 0xAC5435) is known color: Orange Roughy. HEX triplet: AC, 54 and 35. RGB value is (172,84,53). Sum of RGB (Red+Green+Blue) = 172+84+53=309 (40% of max value = 765). Red value is 172 (67.58% from 255 or 55.66% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5435 is #53ABCA. Grayscale: #6A6A6A. Windows color (decimal): -5483467 or 3495084. OLE color: 3495084.

HSL color Cylindrical-coordinate representation of color #AC5435: hue angle of 15.63º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC5435 is Cyan = 0, Magento = 0.51, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 84 53 -
CMYK 0 0.51 0.69 0.33
HSL 15.63º 0.53% 0.44% -
HSV(B) 15.63º 0.69% 0.67% -
XYZ 20.83 15.37 5.24 -
YUV 106.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 172 84 53 0 0.51 0.69 0.33 15.63 0.53 0.44
Hex AC 54 35 0 33 45 21 10 35 2C
Octal 254 124 65 0 63 105 41 20 65 54
Binary 10101100 1010100 110101 0 110011 1000101 100001 10000 110101 101100

Color Harmonies of #AC5435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5435

Black with #AC5435

Text Example


Text Example

White with #AC5435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5435; }

 p { color: rgb(172,84,53); }

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

background-color css

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

 a { background-color: rgb(172,84,53); }

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

border-color css

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

 span { border-color: rgb(172,84,53); }

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