Html Css Color HEX #A35139 Orange Roughy

📋 copy color: '#A35139'

red 163 ◦ green 81 ◦ blue 57

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

Shades of Orange Roughy #A35139

Tints of Orange Roughy #A35139

RGB

 RED value IS 163 (64.06% from 255) = 54.15%

 GREEN value IS 81 (32.03% from 255) = 26.91%

 BLUE value IS 57 (22.66% from 255) = 18.94%

R = 54.15%
G = 26.91%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A35139 (or 0xA35139) is known color: Orange Roughy. HEX triplet: A3, 51 and 39. RGB value is (163,81,57). Sum of RGB (Red+Green+Blue) = 163+81+57=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A35139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35139 is #5CAEC6. Grayscale: #666666. Windows color (decimal): -6074055 or 3756451. OLE color: 3756451.

HSL color Cylindrical-coordinate representation of color #A35139: hue angle of 13.58º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A35139 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 81 57 -
CMYK 0 0.50 0.65 0.36
HSL 13.58º 0.48% 0.43% -
HSV(B) 13.58º 0.65% 0.64% -
XYZ 18.79 13.97 5.58 -
YUV 102.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 163 81 57 0 0.50 0.65 0.36 13.58 0.48 0.43
Hex A3 51 39 0 32 41 24 E 30 2B
Octal 243 121 71 0 62 101 44 16 60 53
Binary 10100011 1010001 111001 0 110010 1000001 100100 1110 110000 101011

Color Harmonies of #A35139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35139

Black with #A35139

Text Example


Text Example

White with #A35139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35139; }

 p { color: rgb(163,81,57); }

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

background-color css

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

 a { background-color: rgb(163,81,57); }

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

border-color css

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

 span { border-color: rgb(163,81,57); }

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