Html Css Color HEX #A85232 Orange Roughy

📋 copy color: '#A85232'

red 168 ◦ green 82 ◦ blue 50

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

Shades of Orange Roughy #A85232

Tints of Orange Roughy #A85232

RGB

 RED value IS 168 (66.02% from 255) = 56%

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

 BLUE value IS 50 (19.92% from 255) = 16.67%

R = 56%
G = 27.33%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A85232 (or 0xA85232) is known color: Orange Roughy. HEX triplet: A8, 52 and 32. RGB value is (168,82,50). Sum of RGB (Red+Green+Blue) = 168+82+50=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 50 (19.92% from 255 or 16.67% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A85232 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85232 is #57ADCD. Grayscale: #686868. Windows color (decimal): -5746126 or 3297960. OLE color: 3297960.

HSL color Cylindrical-coordinate representation of color #A85232: hue angle of 16.27º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A85232 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 82 50 -
CMYK 0 0.51 0.70 0.34
HSL 16.27º 0.54% 0.43% -
HSV(B) 16.27º 0.7% 0.66% -
XYZ 19.74 14.59 4.79 -
YUV 104.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 168 82 50 0 0.51 0.70 0.34 16.27 0.54 0.43
Hex A8 52 32 0 33 46 22 10 36 2B
Octal 250 122 62 0 63 106 42 20 66 53
Binary 10101000 1010010 110010 0 110011 1000110 100010 10000 110110 101011

Color Harmonies of #A85232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85232

Black with #A85232

Text Example


Text Example

White with #A85232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85232; }

 p { color: rgb(168,82,50); }

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

background-color css

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

 a { background-color: rgb(168,82,50); }

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

border-color css

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

 span { border-color: rgb(168,82,50); }

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