Html Css Color HEX #A35337 Orange Roughy

📋 copy color: '#A35337'

red 163 ◦ green 83 ◦ blue 55

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

Shades of Orange Roughy #A35337

Tints of Orange Roughy #A35337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.57%

 BLUE value IS 55 (21.88% from 255) = 18.27%

R = 54.15%
G = 27.57%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A35337 (or 0xA35337) is known color: Orange Roughy. HEX triplet: A3, 53 and 37. RGB value is (163,83,55). Sum of RGB (Red+Green+Blue) = 163+83+55=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 83 (32.81% from 255 or 27.57% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A35337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35337 is #5CACC8. Grayscale: #676767. Windows color (decimal): -6073545 or 3625891. OLE color: 3625891.

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

Color convert

RGB 163 83 55 -
CMYK 0 0.49 0.66 0.36
HSL 15.56º 0.5% 0.43% -
HSV(B) 15.56º 0.66% 0.64% -
XYZ 18.89 14.25 5.37 -
YUV 103.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 163 83 55 0 0.49 0.66 0.36 15.56 0.5 0.43
Hex A3 53 37 0 31 42 24 10 32 2B
Octal 243 123 67 0 61 102 44 20 62 53
Binary 10100011 1010011 110111 0 110001 1000010 100100 10000 110010 101011

Color Harmonies of #A35337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35337

Black with #A35337

Text Example


Text Example

White with #A35337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35337; }

 p { color: rgb(163,83,55); }

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

background-color css

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

 a { background-color: rgb(163,83,55); }

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

border-color css

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

 span { border-color: rgb(163,83,55); }

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