Html Css Color HEX #A85738 Orange Roughy

📋 copy color: '#A85738'

red 168 ◦ green 87 ◦ blue 56

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

Shades of Orange Roughy #A85738

Tints of Orange Roughy #A85738

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.97%

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 54.02%
G = 27.97%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A85738 (or 0xA85738) is known color: Orange Roughy. HEX triplet: A8, 57 and 38. RGB value is (168,87,56). Sum of RGB (Red+Green+Blue) = 168+87+56=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A85738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85738 is #57A8C7. Grayscale: #6B6B6B. Windows color (decimal): -5744840 or 3692456. OLE color: 3692456.

HSL color Cylindrical-coordinate representation of color #A85738: hue angle of 16.61º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A85738 is Cyan = 0, Magento = 0.48, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 87 56 -
CMYK 0 0.48 0.67 0.34
HSL 16.61º 0.5% 0.44% -
HSV(B) 16.61º 0.67% 0.66% -
XYZ 20.27 15.43 5.65 -
YUV 107.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 168 87 56 0 0.48 0.67 0.34 16.61 0.5 0.44
Hex A8 57 38 0 30 43 22 11 32 2C
Octal 250 127 70 0 60 103 42 21 62 54
Binary 10101000 1010111 111000 0 110000 1000011 100010 10001 110010 101100

Color Harmonies of #A85738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85738

Black with #A85738

Text Example


Text Example

White with #A85738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85738; }

 p { color: rgb(168,87,56); }

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

background-color css

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

 a { background-color: rgb(168,87,56); }

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

border-color css

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

 span { border-color: rgb(168,87,56); }

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