Html Css Color HEX #A85438 Orange Roughy

📋 copy color: '#A85438'

red 168 ◦ green 84 ◦ blue 56

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

Shades of Orange Roughy #A85438

Tints of Orange Roughy #A85438

RGB

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

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

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

R = 54.55%
G = 27.27%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A85438 (or 0xA85438) is known color: Orange Roughy. HEX triplet: A8, 54 and 38. RGB value is (168,84,56). Sum of RGB (Red+Green+Blue) = 168+84+56=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A85438 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85438 is #57ABC7. Grayscale: #6A6A6A. Windows color (decimal): -5745608 or 3691688. OLE color: 3691688.

HSL color Cylindrical-coordinate representation of color #A85438: hue angle of 15º 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 #A85438 is Cyan = 0, Magento = 0.5, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 84 56 -
CMYK 0 0.5 0.67 0.34
HSL 15º 0.5% 0.44% -
HSV(B) 15º 0.67% 0.66% -
XYZ 20.03 14.95 5.57 -
YUV 105.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 168 84 56 0 0.5 0.67 0.34 15 0.5 0.44
Hex A8 54 38 0 32 43 22 F 32 2C
Octal 250 124 70 0 62 103 42 17 62 54
Binary 10101000 1010100 111000 0 110010 1000011 100010 1111 110010 101100

Color Harmonies of #A85438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85438

Black with #A85438

Text Example


Text Example

White with #A85438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85438; }

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

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

background-color css

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

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

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

border-color css

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

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

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